Advertisement
illpastethat

Unban notice yoavbot

Jan 14th, 2012
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.36 KB | None | 0 0
  1. on *:UNBAN:#:{
  2.   if ($bnick != $null) {
  3.     notice $bnick You have just been unbanned from $chan
  4.   }
  5.   else {
  6.     var %i 0
  7.     while (%i < $nick($chan,0)) {
  8.       inc %i
  9.       if ($puttok($ial($nick($chan,%i)),*!*,1,64) == $banmask) {
  10.         notice $gettok($ial($nick($chan,%i)),1,33) You have just been unbanned from $chan
  11.         halt
  12.       }
  13.     }
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement