#################################################################### # tmcak.tcl (too many channels auto kick) # this tcl was written by [-Scorp-] 1999 # version 1.4.2 # # comments or suggestions can be sent to me at : bikini.team@sweden.com # please send me any bugs you might find # # This thing basically checks to find out if users are in too many channels, # and bans them. # I modified the original tcl : banchan.tcl by: Per JoHansson # I'd like to say thank you to the gang in #mp3-80's on Efnet # for helping me find bugs , and helping me come up with ideas to improve this tcl ##################################################################### # A little about this tcl : # Mainly , it will not whois anyone with the +o & +f flags, # Or any other bots that have the +b flag # and if you turn on the channel scanner , and someone is opped in your channel, # and that person is not on the userfile of the bot, he will not get whois'd # you can set how ever many channels you want to say is enough , 8 is the default # there is a channel scanner that when turned on , will scan the channel # at a set time (that you set(10 minutes is the default)) and will # ban anyone that has joined more channels after joining yours # new in this version is a second whois that is delayed at a set time that you choose (45sec default) # this will help to stop spammers that have a large preset list of channels that they spam # for when they join , and the first whois does not get all the channel the spammer has # not joined yet , the second whois will pick it up , and ban them. # this tcl has saved a lot of time that is normaly wasted on banning spammers ######################################################################