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 11 matches

by tbonekkt
Mon Jul 18, 2005 2:49 pm
Forum: Archive
Topic: Bot removing user-placed bans
Replies: 8
Views: 3816

That did the trick, demond. I deleted the *@* hostmask from the user and everything is working as expected.

Thank you! :)
by tbonekkt
Mon Jul 18, 2005 12:35 pm
Forum: Archive
Topic: Bot removing user-placed bans
Replies: 8
Views: 3816

Interesting.. so a user that has a *@* hostmask could be causing this?
by tbonekkt
Mon Jul 18, 2005 11:11 am
Forum: Archive
Topic: Bot removing user-placed bans
Replies: 8
Views: 3816

In the conf file, I've set:

set max-bans 100

According to the partyline .bans all - there's only 35.

Is there a different setting or similar? Thanks for your help.
by tbonekkt
Mon Jul 18, 2005 10:45 am
Forum: Archive
Topic: Bot removing user-placed bans
Replies: 8
Views: 3816

Really? According to the conf file documentation: # userbans # Allow bans to be made by users directly? If turned off, the bot # will require all bans to be made through the bot's console. Wouldn't that imply that +userbans enables bans to be made by users directly? Is there a certain flag that is r...
by tbonekkt
Mon Jul 18, 2005 8:21 am
Forum: Archive
Topic: Bot removing user-placed bans
Replies: 8
Views: 3816

Bot removing user-placed bans

Here's my situation. When an OP sets a ban through their IRC program, the Bot will automatically unban the ban just set.

Here are the settings I've checked:

+userbans
bounce-bans = 0

What else am I missing?
by tbonekkt
Wed Jun 29, 2005 8:30 pm
Forum: Archive
Topic: Private Message "Message"
Replies: 11
Views: 3267

Is there anything I need to customize for this to work? I realize I can change the message, but anything besides that?
by tbonekkt
Tue Jun 28, 2005 11:18 pm
Forum: Archive
Topic: Private Message "Message"
Replies: 11
Views: 3267

Ok - then do you know of one that can accomplish what I need? I need it to auto-repond a message to anyone that PMs the Eggdrop, but not when someone is logging in via the Bot, ie op <pass>
by tbonekkt
Tue Jun 28, 2005 10:18 pm
Forum: Archive
Topic: Private Message "Message"
Replies: 11
Views: 3267

that didn't work - it quit sending any auto-responses. is there anything else that might work?
by tbonekkt
Tue Jun 28, 2005 9:59 pm
Forum: Archive
Topic: Private Message "Message"
Replies: 11
Views: 3267

Well, I didn't write it.. in fact I got it from the TCL Archive here.

Pardon my naitivity, but where exactly should I put that? And are those [ and not { ?
by tbonekkt
Tue Jun 28, 2005 9:40 pm
Forum: Archive
Topic: Private Message "Message"
Replies: 11
Views: 3267

bind msgm - "*" proc:laina #seting responding to the private message set chan "#Channels" proc proc:laina {nick uhost hand arg} { global chan set line [string trim $arg] if {$nick == "SeenServ"} { puthelp "privmsg $nick :I am sorry, I am a bot." return 0 } pu...
by tbonekkt
Tue Jun 28, 2005 9:29 pm
Forum: Archive
Topic: Private Message "Message"
Replies: 11
Views: 3267

Private Message "Message"

I'm trying to modify an auto-response tcl to not reply when an OP is logging in via PM. What would this look like?