Hi! I need a script that which does the following: when user joins a channel it will look if it has a forbidden domain (i.e. *!*some.domain.com) and ban him if he is not listed in a userfile on eggdrop with +v flag. The script should have a possibility to add/delete domain from it (support for more ...
Hi! I use chanpro2.2 tcl script which serves me just fine. Recently I wanted to change it so the +f users on bots won't be kicked by this script. The script has protectops but not protect +f users option. What is the easiest way to implement this? Here is the relevant if statement: #checks if the us...
Hi! I loaded Badnick3.0.tcl from Prince_of_the_net. As instructed, first I loaded his counter.tcl. From my eggdrop.conf file: set logo "<<$botnick>>" source scripts/counter.tcl source scripts/Badnick3.0.tcl but, the problem is, this script matches any nick and kicks them regulary. I even p...