Hello ! Well do anyone of you have a script which can ban the bad nicks.Like the nicks which contains some offensive words like *sex*,*lesiban* etc.. get banned by that scirpt. I searched the Tcl Archieve on www.egghelp.org and on www.tclscript.com I got two such scripts. One of them is: Bad nick Pr...
Awyeah once Again showed, that he is the Cool minded and mature person, and if others peoples have some problem if the peoples request here for tcl scripts, they should simply ignore this post, and if they cant do and they want to remove the person account who posted such kind of post ,never mind th...
Hello Friends Can Anyhow of u help me in Making A small script. I want that when there is alot of nicks join the channel for flooding , like there is join Flood in the channel. 3 or more nicks joining the channel in 1 second, the bot should set the channel to +MR for some time, and after that it sh...
Hello Friends Can Anyhow of u help me in Making A small script. I want that when there is alot of nicks join the channel for flooding , like there is join Flood in the channel. 3 or more nicks joining the channel in 1 second, the bot should set the channel to +MR for some time, and after that it sh...
try this it will work for u #Channels where the notice script is supposed to work on. set noticechans "#channel #channel2 #channel3" bind notc - "*" chan:notice:kick proc chan:notice:kick {nick uhost hand text {chan ""}} { global botnick noticechans notice_lock if {([ls...
Hello everyone:- I use a script which kicks and ban the chatter if someone while staying in the channel ,changes his nick to some bad nick. LIke if somene change his nick while he is present in the channel he get kicked.. the script is.. ############################################### #Badnick scans...
Hi I want to ask one thing , i use 8,9 tcl scripts on my eggdrop, but one of my friend told me that if we put all those scripts in one file and load that file for eggdrop , the eggdrop is more quicker and faster, i tried that and combined all the scripts in one file, by simply copy pasting all the s...
Hello everyone I am looking for a tcl script, which can autostart my trivia bot and stop it after a particular time. so that if there is no OP in the channel and trivia game is set to be started by OP, this script can start it and then stop it after an hour or two. the time can be adjusted in the sc...