Digital Paint Discussion Board

Digital Paint Community => Other Stuff => Topic started by: Smokey on July 10, 2006, 07:52:01 PM

Title: Ban protection for irc
Post by: Smokey on July 10, 2006, 07:52:01 PM

I know im such a nice guy :) After alot of people asking me for it i decided to share my ownage script
:)

Feel free to use it/ modify it but if you share it give me credit :)

Put this in your remotes.

Code: [Select]
on @!*:ban:#: {
  if ($banmask iswm $address($me,5)) && ($nick !== Chanserv) {
    mode $chan -ob $nick $banmask
    kick $chan $nick KICK MESSAGE HERE
    ban -u10 $chan $address($nick,9)
    timer 1 5 ban -u60 $chan $address($nick,1)                                                                                                             
  }
}


oh ya and uh, only works if you have +o
Title: Re: Ban protection for irc
Post by: Smokey on July 10, 2006, 08:01:38 PM
proof :)
Code: [Select]
* Smokey sets mode: +b *!*unf@*.ch1ll.on.EnterTheGame.Com
* This *!*unf@*.ch1ll.on.EnterTheGame.Com ban affects: @lunatic
* lunatic sets mode: -ob Smokey *!*unf@*.ch1ll.on.EnterTheGame.Com
-> *chanserv* opme #ch1ll
* Smokey was kicked by lunatic (It really was a good effort.)
<Smokey> lmao
Title: Re: Ban protection for irc
Post by: jitspoe on July 10, 2006, 08:53:49 PM
All well and good untill they -o+b you. ;)
Title: Re: Ban protection for irc
Post by: Smokey on July 10, 2006, 09:29:38 PM
ehh i could give you all my deop protection. :)