mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2003
Posts: 3
K
Kilon Offline OP
Self-satisified door
OP Offline
Self-satisified door
K
Joined: Feb 2003
Posts: 3
i need a automatic deop form chanserv if someone kick me
but this should be only for me
and i dont know how to tell mirc to do that only if i have been kicked laugh

Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
Code:
on !*:KICK:[color:green]#yourchannel[/color]:{
  if ($knick == $me) { chanserv deop $chan $nick }
}


Link Copied to Clipboard