Advertisement
illpastethat

Time kick ban alias and more for alek

Aug 9th, 2012
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.55 KB | None | 0 0
  1. /b /mode $chan +b $iif(*!*@* iswm $1,$1,$iif($nick($chan,$1),$address($1,2),$+($1,!*@*))))
  2. /u /mode $chan -b $iif(*!*@* iswm $1,$1,$iif($nick($chan,$1),$address($1,2),$+($1,!*@*))))
  3. /k /kick $chan $1 $iif((!$2),I don't like you,$2-)
  4. /kb { /b $1 | /k $1-  }
  5. /tkb { .timerunban $+ $1 1 $calc(60 * $2) mode $chan -b $address($1,2) | /b $1 | /k $1 Temporary Ban for $duration($calc(60 * $2)) }
  6.  
  7. ;add all this code to your aliases section (hit alt+r then go to top right)
  8. ;/kb nick will kickban /k NICK will kick /b NICK will ban /u NICK will unban /tkb NICK #mins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement