mIRC Home    About    Download    Register    News    Help

Print Thread
#61423 22/11/03 11:07 AM
Joined: Nov 2003
Posts: 9
D
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
D
Joined: Nov 2003
Posts: 9
how to get a server notice ?
(01:06:04) --irc.unreal.net -- *** Notice -- Loading IRCd configuration ..
for example i want to make it
(01:06:04) SERVER NOTICE! by server_name *** -- <text> -- ***

how to make it in mIRC ?

#61424 22/11/03 11:49 AM
Joined: Sep 2003
Posts: 98
N
Babel fish
Offline
Babel fish
N
Joined: Sep 2003
Posts: 98
on ^*:notice:*:*: {
if ( $nick == irc.unreal.net ) {
echo -s ( $+ $time $+ ) SERVER NOTICE! by $nick *** -- $1- -- ***
haltdef
}
}


www.stwar.us.to
IRCnet - #stwar
#61425 23/11/03 11:12 AM
Joined: Oct 2003
Posts: 50
T
Babel fish
Offline
Babel fish
T
Joined: Oct 2003
Posts: 50
on ^*:snotice:*: {
echo -s ( $+ $time $+ ) SERVER NOTICE! by $nick *** -- $1- -- ***
haltdef
}


Link Copied to Clipboard