Author Topic: Need irc script help  (Read 2367 times)

[b]east

  • VM-68
  • Posts: 107
Need irc script help
« on: September 12, 2006, 09:56:20 AM »
anyone of you can tell me how to create an anti kick,ban or blackliste script for irc.i donĀ“t know how to make one and so i need help.
-kthx
« Last Edit: August 18, 2015, 02:56:15 AM by webhead »

Lunatic

  • 68 Carbine
  • Posts: 349
Re: irc
« Reply #1 on: September 12, 2006, 10:14:31 AM »
Smokey knows, PM him. =]

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: irc
« Reply #2 on: September 12, 2006, 10:22:45 AM »
Behave yourself and you won't need one.

bitmate

  • Autococker
  • Posts: 1248
Re: irc
« Reply #3 on: September 12, 2006, 11:01:13 AM »
on *:JOIN:#:{
  if ($nick == bitmate) {
   kick $nick LaWL b1tMaTe. Yu iS ON mEh blAcKLiStEE!! OMG!!1!one!1!
   ban -u300 $chan $address($nick,9)
  }
}

Eiii

  • Autococker
  • Posts: 4595
Re: irc
« Reply #4 on: September 12, 2006, 05:04:21 PM »
I'd suggest something not based on the nick of the person. ;)

loial21

  • Autococker
  • Posts: 2807
Re: irc
« Reply #5 on: September 12, 2006, 05:57:05 PM »
Behave yourself and you won't need one.
They wont and it will continue. No one will stop them.

SkateR

  • Autococker
  • Posts: 1173
Re: irc
« Reply #6 on: September 12, 2006, 06:13:04 PM »
You can find them online. www.mircscripts.com or you can script one yourself, its pretty easy once you get the hang of it.

Smokey

  • Autococker
  • Posts: 1172
Re: irc
« Reply #7 on: September 12, 2006, 06:17:09 PM »
pm me on forums what you neeed  :D

bitmate

  • Autococker
  • Posts: 1248
Re: irc
« Reply #8 on: September 13, 2006, 09:05:30 AM »
I'd suggest something not based on the nick of the person. ;)
It was just an example.