Auto UnBan Snippet
Platform: mIRC
Published Mar 20, 2008
Updated Jun 11, 2008
This snippet will automatically unban you on a channel if you are banned, given that you have the power to do so. Just paste into your Remotes section, and it will work. Occasionally, this will unban you before the person can kick you, which is very useful ;D.
*Edit: Made it one line, since I was bored.
You can find me on multiple networks, one I do frequent is irc.purplesurge.com. My nick is Apocalypse, so stop by or something.
;;; Auto-UnBan by DarkNES ;;;
on 1:Ban:#: { if ($banmask iswm $address($me,5)) { .mode $chan -b $banmask } }
;;; Auto-UnBan End ;;;