MOTD Files Missing

These are old archives. They are kept for historic purposes only.
ng1200
Posts: 8
Joined: Tue Jul 06, 2004 1:27 pm

MOTD Files Missing

Post by ng1200 »

hi,
i have downloaded Unreal 3.2.1 for win32,
and,
the MOTD files are missing!
what can i do?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Create them? :D

You of course have to write your own MOTD - it's for your server, after all.
ng1200
Posts: 8
Joined: Tue Jul 06, 2004 1:27 pm

Post by ng1200 »

i need guide...
i dont know what to write...
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post 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.
-- codemastr
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post 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
ng1200
Posts: 8
Joined: Tue Jul 06, 2004 1:27 pm

Post by ng1200 »

i have created it in src folder,
and when i'm connecting with XChat
i see the message: MOTD file is missing
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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").
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Also make sure to /rehash -motd after creating it.
-- codemastr
pepolez
Posts: 9
Joined: Sun Oct 31, 2004 2:08 am
Location: Australia
Contact:

Post 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
There are 10 types of people in the world, those who understand binary and those who don't.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

pepolez, they are nothing but plain text files .. open them in notepad or any of your favorite editor.
pepolez
Posts: 9
Joined: Sun Oct 31, 2004 2:08 am
Location: Australia
Contact:

Post 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
There are 10 types of people in the world, those who understand binary and those who don't.
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post 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 ? ......
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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.
pepolez
Posts: 9
Joined: Sun Oct 31, 2004 2:08 am
Location: Australia
Contact:

Post 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
There are 10 types of people in the world, those who understand binary and those who don't.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

codemastr wrote:/rehash -motd
Uh, I may be wrong but I thought you guys removed REHASH flags...?
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply