mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2007
Posts: 48
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Aug 2007
Posts: 48
Hey, can someone help me with a code that kicks me in all the channels I am op in, like when I am leaving, and to part the channels I'm not op in with one command and the same reason I specify for kick. Thanks ! x

Joined: Apr 2007
Posts: 228
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Apr 2007
Posts: 228
Er... you want to kick yourself instead of using /partall?


Joined: Jun 2006
Posts: 508
D
Fjord artisan
Offline
Fjord artisan
D
Joined: Jun 2006
Posts: 508
Code:
alias leaveall {
  var %i = 1
  while $chan(%i) {
    $iif($me isop $v1,kick $v2 $me,part $v2) $1-
    inc %i
  }
}

Joined: Aug 2007
Posts: 48
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Aug 2007
Posts: 48
Yes, mpot, thats what I said, it's just a personal request.. nothing more, not really needed but wanted.


Link Copied to Clipboard