mIRC Home    About    Download    Register    News    Help

Print Thread
#35433 10/07/03 03:45 PM
Joined: Dec 2002
Posts: 334
F
Fjord artisan
OP Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 334
Hello, any idea on how to auto un-set servermodes? I've been having some problems into grooping the unbans and everything together... any help availible is welcome smile

#35434 10/07/03 03:53 PM
P
pheonix
pheonix
P
if you mean modes that the server sets.

on *:RAWMODE:#:{
if ($nick == server) {
$iif($left($1-,1) == +,mode # $replace($1-,+,-),mode # $replace($1-,-,+))
}
}

Last edited by pheonix; 10/07/03 03:54 PM.
#35435 10/07/03 10:21 PM
Joined: Dec 2002
Posts: 334
F
Fjord artisan
OP Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 334
yep thanx smile

#35436 10/07/03 10:25 PM
P
pheonix
pheonix
P
np smile


Link Copied to Clipboard