Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:UNBAN:#:{
- if ($bnick != $null) {
- notice $bnick You have just been unbanned from $chan
- }
- else {
- var %i 0
- while (%i < $nick($chan,0)) {
- inc %i
- if ($puttok($ial($nick($chan,%i)),*!*,1,64) == $banmask) {
- notice $gettok($ial($nick($chan,%i)),1,33) You have just been unbanned from $chan
- halt
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement