mIRC Home    About    Download    Register    News    Help

Print Thread
#62591 02/12/03 08:43 AM
Joined: Dec 2003
Posts: 1
N
niko888 Offline OP
Mostly harmless
OP Offline
Mostly harmless
N
Joined: Dec 2003
Posts: 1
how do i create a motd for my channel? is there a template somewhere that i can enter certain info in? thanks cool

#62592 02/12/03 12:29 PM
Joined: Sep 2003
Posts: 112
E
Vogon poet
Offline
Vogon poet
E
Joined: Sep 2003
Posts: 112
motd for your channel ? or your server ? ...
if its channel or chat room , you can put up a topic ...
/topic #your_channel_name
that would do the same ....
incase you are really asking for motd for your server see help files for your ircd.conf ...

#62593 02/12/03 12:35 PM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
some networks have this option in their services...

try /msg [service] help
eg: /msg chanserv help

or you can script one yourself using:

on *:JOIN:#channelname: { if ($nick != $me) { .notice $nick YOUR_MOTD_HERE } }


If it ain't broken, don't fix it!

Link Copied to Clipboard