Bot Ban Protection 1.2

By Marius_Craciunoiu on Nov 28, 2004

This is a nice addon that will make your bot protect you from bans. It will automatically remove your ban and kick/ban the guy who banned you.
IF you have acces over 400 the punish will be a ban.
If you have acces under 400 but over 100 the punish will be a kick.

  • New in this version:
    • Now you can type !protect directly from the mIRC that has this snippet, or just type /bprotect
    • Added to !unprotect and the alias /unbprotect
    • If you don`t want someone to have acces but to be protected just type !protect (without the arrows :) )
    • The kban = no protection can help him stay on the channel from this :)

; You can edit the acceses for your need.

; New in this version
; Can unprotect :)
; Can protect/unprotect from the mIRC that has this snippet.

on 400:TEXT:!Protect*:#:/auser Protect $address($2,2)
on 400:TEXT:!unprotect*:#:/ruser $address($2,2)
on 400:BAN:#: /-kban $nick | /mode $chan -b $banmask
on 100:BAN:#: /kick $chan $nick | /mode $chan -b $banmask
on Protect:BAN:#: /kick $chan $nick | /mode $chan -b $banmask

alias -kban { /dop $1
  /ban $chan $1
  /kick $chan $1
}

on *:Input:#: if $1 == !protect { /auser protect $address($2,2) } else { /halt }
on *:Input:#: if $1 == !unprotect { /ruser $address($2,2) } else { /halt }
alias /bprotect /auser Protected $address($1,1)
alias /unbprotect /ruser $address($1,1)

Comments

Sign in to comment.
owen   -  Aug 03, 2005

i can\'t take people off the list

 Respond  
owen   -  Aug 03, 2005

how do i take people off the list

 Respond  
owen   -  Aug 03, 2005

i can\'t take people off the list...

 Respond  
Yoinx   -  Dec 13, 2004

marius i pmed you a way to do the addusers though on texts... it should work for you, though you may have to revise it to fit your needs.

 Respond  
Pikachu007   -  Dec 09, 2004

DarthRaven STFU it is usefull if u have bot... U need to stop whining about no use etc... u might go and spam and stuff... its just how u say woth your own words but this about your comments: \"Pointless!\"

 Respond  
nobody   -  Dec 02, 2004

Shouldn\'t ban protections protect yourself, but not others? Maybe that\'s just me..

 Respond  
DarthReven   -  Dec 02, 2004

i don\'t use bots

 Respond  
Da_DoN   -  Nov 30, 2004

nice

 Respond  
DarthReven   -  Nov 29, 2004

rather useless if you ask me

 Respond  
Yoinx   -  Nov 28, 2004

also, the second on 400:ban:# shouldnt work. you should combine both those into just one on ban event

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.