Script Name:
tmcak.tcl
Version: 1.6
Author: [-Scorp-]
Script Date: 19/11/1999
Category: Not specified
Downloads: 10
File Name:
tmcak1.6.tcl.gz
Short Description:
Kicks users who are on too many channels.
Extended Description File
####################################################################
# 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: 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(default: 10 minutes)) 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.
####################################################################