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.

port problem...

Old posts that have not been replied to for several years.
Locked
s
swoppe

port problem...

Post by swoppe »

Hello!
I'm having a verry basic problem (I think)...
When i ./eggdrop -m <conf file> the bot returns:

[15:22] --- Loading eggdrop v1.6.12 (Tue Aug 20 2002)
[15:22] Tcl error in file 'eggdrop.conf':
[15:22] illegal listen type: must be one of bots, users, all, off, script
while executing
"listen all 3333"
(file "eggdorop.conf" line 228)
[15:22] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

Is it Tcl who is the source of all my evil or is it something ellse...

Thanks
M
Mapherick

Post by Mapherick »

correct parameters are:
listen <port> <all/users/bots>

conclusion:
you should edit the eggdorop.conf.
1) Find the line 'listen all 3333' (using / in vi)
2) Replace it with 'listen 3333 all'

This should work :)
s
swoppe

ops ;)

Post by swoppe »

I fell so silly :oops:

Thank you!
Locked