This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 5 matches

by indigo`
Fri Feb 16, 2007 2:39 pm
Forum: Eggdrop Help
Topic: bans and kicks
Replies: 2
Views: 2833

bans and kicks

Okay, so I got my bot up and running. It's doing a good job but there's one thing I'm missing/can't figure out. When someone is on the ban list in the bot...and they enter a room, the bot places the ban as it should, but it allows them to remain in channel. Is there a way to set it so the bot also k...
by indigo`
Tue Feb 13, 2007 9:12 pm
Forum: Eggdrop Help
Topic: nick-len or something else?
Replies: 4
Views: 3305

I don't see an eggdrop.h file anywhere....
by indigo`
Tue Feb 13, 2007 5:38 pm
Forum: Eggdrop Help
Topic: nick-len or something else?
Replies: 4
Views: 3305

nick-len or something else?

I've set nick-len to 20 in the config file. When I add a user to the bot with a nick more than 9 characters, it chops it off at 9 characters. Isn't this set by nick-len? If not, where do I set this variable so that I can add users with longer nicks to the bot? Also, the nick contains characters such...
by indigo`
Fri Dec 30, 2005 9:58 pm
Forum: Scripting Help
Topic: Special voicing script help
Replies: 7
Views: 10848

I want the bot to voice lowercased nicks when they enter channel, whether they get opped or not, and whether it's their first time in channel or they've rejoined from a split.
by indigo`
Fri Dec 30, 2005 9:28 pm
Forum: Scripting Help
Topic: Special voicing script help
Replies: 7
Views: 10848

Special voicing script help

This code worked well in the past. Now it doesn't. I need it to voice only those with lowercase nicks. What am I doing wrong? Right now, it only voices them if they deop, but not when they enter or rejoin. global alpha caps set caps abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ set alpha ABCD...