Page 1 of 2

MOTD Files Missing

Posted: Tue Jul 06, 2004 1:31 pm
by ng1200
hi,
i have downloaded Unreal 3.2.1 for win32,
and,
the MOTD files are missing!
what can i do?

Posted: Tue Jul 06, 2004 2:17 pm
by Dukat
Create them? :D

You of course have to write your own MOTD - it's for your server, after all.

Posted: Tue Jul 06, 2004 2:39 pm
by ng1200
i need guide...
i dont know what to write...

Posted: Tue Jul 06, 2004 4:45 pm
by codemastr
You put whatever you want in it, ircd.motd is a plaintext file. Just type whatever text you want displayed when someone does /motd.

Posted: Tue Jul 06, 2004 10:35 pm
by katsklaw
If this is on a unix/linux shell account .. cd into your ircd run directory and type:

Code: Select all

touch ircd.motd
touch oper.motd
touch ircd.smotd
touch ircd.svsmotd
touch ircd.rules
touch bot.motd
touch command simply creates blank files so you would still need to edit them .. but this can be done after the IRCd is running then reloaded with a /rehash -motd

Posted: Wed Jul 07, 2004 12:50 pm
by ng1200
i have created it in src folder,
and when i'm connecting with XChat
i see the message: MOTD file is missing

Posted: Wed Jul 07, 2004 3:16 pm
by AngryWolf
To katsklaw: He is using Windows as you can see in his first post.

To ng1200: MOTD files should be placed in the main directory ("Unreal3.2").

Posted: Wed Jul 07, 2004 3:20 pm
by codemastr
Also make sure to /rehash -motd after creating it.

Posted: Sun Oct 31, 2004 2:15 am
by pepolez
Ok, now I know where all the MOTD files are, what are the commands for viewing them and who are they meant to be shown to?
katsklaw wrote:

Code: Select all

ircd.motd
oper.motd
ircd.smotd
ircd.svsmotd
ircd.rules
bot.motd
i know what ircd.motd bot.motd and ircd.rules are and how to view them and who they are for, but i am unsure of the others

Posted: Sun Oct 31, 2004 3:16 am
by katsklaw
pepolez, they are nothing but plain text files .. open them in notepad or any of your favorite editor.

Posted: Sun Oct 31, 2004 11:27 am
by pepolez
you misunderstood me katsklaw, i meant like you type /motd to view ircd.motd and /rules to view ircd.rules and so on, im just wondering what i would use to see oper.motd, ircd.smotd, & ircd.svsmotd in irc and who they are meant to apply to. for example, ircd.motd is for all users, ircd.rules is also for all users and bot.motd is for bots.

P.S. I don't use windows anyway :P

Posted: Sun Oct 31, 2004 11:54 am
by Solutech
oper.motd is the opers motd

ircd.smotd is the short motd for ircd users

ircd.svsmotd would be I presume as I have never used it services motd .


Just as a byline why Message of the day ? Does anyone ever change theirs daily ? ......

Posted: Sun Oct 31, 2004 1:01 pm
by Syzop
The various additional files are explained here:
http://www.vulnscan.org/UnrealIrcd/unre ... addtlfiles

Except that ircd.svsmotd isn't listed, but that file isn't really ment for direct editting.. it's written remotely by services and gets appended at the end of /MOTD.

Posted: Mon Nov 01, 2004 8:21 am
by pepolez
Solutech wrote: Just as a byline why Message of the day ? Does anyone ever change theirs daily ? ......
I don't, and I don't know anyone that does, except when they are starting their network and cant decide on a good MOTD :P

Posted: Tue Nov 02, 2004 12:56 am
by w00t
codemastr wrote:/rehash -motd
Uh, I may be wrong but I thought you guys removed REHASH flags...?