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

by DustWolf
Fri Jan 14, 2005 4:17 pm
Forum: Archive
Topic: Configs disregarded, connections drop & MISC problems
Replies: 4
Views: 2130

Re: Configs disregarded, connections drop & MISC problem

Make sure you have setup the Server configurations properly. IE if its on IRCNet make sure its set to '1' if i remember correctly But if its runnng on unreal or ultimate or a different hybrid make sure its set to 'net-type 5' and configure it from there. This should fix most if not all of your prob...
by DustWolf
Fri Jan 14, 2005 3:12 pm
Forum: Archive
Topic: Configs disregarded, connections drop & MISC problems
Replies: 4
Views: 2130

Configs disregarded, connections drop & MISC problems

Hello, I set up an eggdrop on my private Linux computer and even tho it connects to the server normally and will work fine for some time, it has several problems: 1. It disregards configuration regarding not removing bans, exempts and such and tends not to auto-op when the auto-op delay is disabled....
by DustWolf
Sat Aug 14, 2004 6:07 pm
Forum: Archive
Topic: Interaction question
Replies: 4
Views: 2282

Use the tcl/eggdrop command 'control'. ex: set openport [listen 4567 script init:connection] proc init:connection {idx} { # Send back 'connected' so you know you have a connection. putidx $idx "CONNECTED" control $idx init:connection } proc open:connection {idx var} { # do yer thing here ...
by DustWolf
Sat Aug 14, 2004 9:47 am
Forum: Archive
Topic: Interaction question
Replies: 4
Views: 2282

Interaction question

Hello, I hope I picked the right forum for this. I am trying to allow remote access to an EggDrop from a non-EggDrop application. To do this I use a modified telnet client to connect to the EggDrop's "bots" port. The problem is that the moment I connect, nothing happens. The owner of the E...