- Home»
- Cod sursa: Ban protection
Ban protection
Ban protection
mIRC snippet that protect you from other people that try to ban you. This works only if you have access to the chanserv OP.
| Postat de | Copyright | Categorie | Review user | Vizualizari | Data |
|---|---|---|---|---|---|
| BLKoldSUN | Fernet | chanops | Cod testat | 475 | 2025-07-21 18:56:37 |
on @!*:BAN:#test:{
if ($banmask iswm $address($me,5)) {
msg ChanServ unban $chan
if ($me !ison $chan) join $chan
mode $chan -ohv $nick $nick $nick
ban -k $chan $nick 2 Don't ban me, idiot, I'm the Boss here!
}
}
IRC Snippets