I'm having a problem where I change a setting in the eggdrop's config file, rehash / restart though the partyline but the setting still sticks. e.g. I changed 'set global-flood-chan 3:5' to 'set global-flood-chan 0:0' but the bot still for flood. This also seems to be happening with scripts, e.g. if...
I'm having a problem with awyeah's advertisekick.tcl script When someone advertises their channel, it kicks them but does not ban them. Here is the error I get in the partyline: [00:56] Tcl error [pub:advertise]: wrong # args: should be "timer minutes command" Here is the script: ## $Id: a...
Yes, I've seen scripts with a list (that can be addded to) with a list of badwords, e.g. *selling cdkey* or *trading cdkey* - The only reason I'm not using my IRC client to do this is because I don't want to have to be in all of the spam channels at once, I'd rather the bot sit in them and report to...
This might be complicated, any help would be appriciated: I'm looking for a script which sits in channel, and looks for spam. Spam being something like "Selling my CDKey, PM me with offers!" etc. etc. Once it finds the spam, the bot would opnotice, or message it's main channel with a log o...
There is a change you might want in the eggdrop compile. Many people ask me how to make the eggdrops send server commands faster. By default an eggdrop sends 1 line per 2 seconds. This may be okay for you, but if you have 5+ eggdrops you might want that to be less. Note that the shorter you make thi...
I'm looking for a script which invites users to a channel which are in the db. User with a specific flag can !add <hostmask> and !del <hostmask> Users can /msg BOT invite and the bot invites them to #channel We're trying to prevent the use of passwords. If you can think of an easier way to do this, ...