Author Topic: Ban protection for irc  (Read 766 times)

Smokey

  • Autococker
  • Posts: 1172
Ban protection for irc
« on: July 10, 2006, 05: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

Smokey

  • Autococker
  • Posts: 1172
Re: Ban protection for irc
« Reply #1 on: July 10, 2006, 06: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

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Ban protection for irc
« Reply #2 on: July 10, 2006, 06:53:49 PM »
All well and good untill they -o+b you. ;)

Smokey

  • Autococker
  • Posts: 1172
Re: Ban protection for irc
« Reply #3 on: July 10, 2006, 07:29:38 PM »
ehh i could give you all my deop protection. :)