Advertisement
debiangr

Untitled

Apr 12th, 2023
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.56 KB | None | 0 0
  1. .KickBan:{
  2.   var %c = $iif($active ischan,$active,$chan)
  3.   if (!$1) || (!$address($1,2)) { return }
  4.   if (*.irccloud.com* iswm $address($1,2)) || (*.mibbit.com* iswm $address($1,2)) || (*.kiwiirc.com* iswm $address($1,2)) { var %a = $gettok($address($1,0),1,64) $+ @* }
  5.   else { var %a = $address($1,2) }
  6.   var %chan = $iif($active ischan,$active,$chan)
  7.   if (!$chan) && (#* iswm $active) { var %chan = $active }
  8.   if (%chan == $null) { return }
  9.   mode %chan -v+b $1 %a
  10.   .timer 1 1800 mode %chan -b %a  
  11.   kick %chan $$1 $2-  14 E teprove04...14Jashte
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement