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 Unknown1
Wed Feb 02, 2005 12:12 am
Forum: Archive
Topic: HalfOps & Exceptions
Replies: 3
Views: 2173

Thanks, but are we talking about the same thing? # Set here the maximum number of bans you want the bot to set on a channel. # Eggdrop will not place any more bans if this limit is reached. Undernet # currently allows 45 bans, IRCnet allows 30, EFnet allows 100, and DALnet # allows 100. set max-bans...
by Unknown1
Tue Feb 01, 2005 11:31 pm
Forum: Archive
Topic: HalfOps & Exceptions
Replies: 3
Views: 2173

HalfOps & Exceptions

I'm running the bots on a modified bahamut ircd.. It has halfops, Exceptions and Invites.. First: PREFIX=(qaohv)!*@%+ Real Ops in the channel will have !*@ modes.. And halfops will have % modes. Do I set this: set opchars "!*@%" or do I set this: set opchars "!*@" Second: MAXLIST...
by Unknown1
Thu Jul 29, 2004 3:18 am
Forum: Archive
Topic: Forgetting Halfop Status after netsplit?
Replies: 2
Views: 1698

OK.. Good idea.. Will try that..

But, one would think if it's this then we would have issues with Ops and Voices also..

I just hope after pulling my hair out trying to find it, it's not a ircd issue..
by Unknown1
Wed Jul 28, 2004 5:16 pm
Forum: Archive
Topic: Forgetting Halfop Status after netsplit?
Replies: 2
Views: 1698

Forgetting Halfop Status after netsplit?

OK.. Quick history of my problem.. I installed the eggdrop.. We have "@%!*" as op modes.. I set these in the eggdrop.conf file.. The bot initally has no problems.. But we noticed at times, a halfop "%" would get a desync kick from the channel... It appeared to be random at first....
by Unknown1
Wed Jul 21, 2004 4:59 pm
Forum: Archive
Topic: Strange double bans? Why is this happening?
Replies: 3
Views: 2747

Doooh! Can someone please move this thread to the right area? Sorry.. But this is a grey area as it could be a setting in the eggdrop's config file doing this. OK.. (Although I haven't tested it yet..) If it's the sticky that is doing this, isn't that kinda strange behavior.. Why would a sticky hav...
by Unknown1
Wed Jul 21, 2004 4:25 pm
Forum: Archive
Topic: Strange double bans? Why is this happening?
Replies: 3
Views: 2747

Strange double bans? Why is this happening?

Here is a test script that does what I'm trying to fix... What this does is allows Voices to do 5 min bans so the ops can monitor up and coming Ops... The kick is delayed 5 seconds because the kick seems to happen before the ban is set.. bind pubm - "#fart !ban*" VoiceKickBan:pubm:trigger ...
by Unknown1
Thu Jul 01, 2004 5:06 pm
Forum: Archive
Topic: regexp/string match badword
Replies: 10
Views: 3456

Hmm, as you see I'm new to tcl.. But that looks like a perfect solution.. Trying now.. Thanks..
by Unknown1
Thu Jul 01, 2004 4:28 pm
Forum: Archive
Topic: regexp/string match badword
Replies: 10
Views: 3456

I'm having the same problem.. And I came to the same conclusing to just add a space on the front and back of the string.. But there is still a problem... If the string has any non alpha chars in it, it will still miss the badword. example: " This is a test badword. " It will still miss the...
by Unknown1
Fri Jun 11, 2004 10:11 pm
Forum: Archive
Topic: newchanban within a timer.
Replies: 6
Views: 2513

OK.. Update..

Yes, I have +enforcebans on those channels..

But I also have +dynamicbans on those channels..

So, I must make them bans sticky for +enforcebans to work..

Isn't this a bug??????


It shouldn't matter if it's a sticky or not for +enforcebans to work...
by Unknown1
Fri Jun 11, 2004 5:59 pm
Forum: Archive
Topic: newchanban within a timer.
Replies: 6
Views: 2513

newchanban within a timer.

bind pubm - "$EngNickChangeWrkChan !nickchange*" EngNickChange:pubm:EngNickChangeTrig proc EngNickChange:pubm:EngNickChangeTrig {nick uhost hand chan args} { global EngNickChangeMsgBan EngNickChangeBanTime set name [string range $args 13 end-1] if { [isop $nick] || [ishalfop $nick] || [is...
by Unknown1
Fri Jun 11, 2004 5:49 pm
Forum: Archive
Topic: Queue Speed
Replies: 1
Views: 1556

Queue Speed

I've looked around and can't find a clear explination on this.. I'm running a bot that is on a several channels.. A couple that are pretty big.. I'm almost positive that I can send from my queue faster then it is doing now.. But every effort I've tried to speed it up, it does nothing.. At first I tr...