Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[22:50] --- Loading eggdrop v1.6.17 (Sat Mar 5 2005)
[22:50] Listening at telnet port 47345 (all).
[22:50] Module loaded: dns
[22:50] Module loaded: channels
[22:50] Module loaded: server
[22:50] Module loaded: ctcp
[22:50] Module loaded: irc
[22:50] LANG: No lang files found for section transfer.
[22:50] Module loaded: transfer (with lang support)
[22:50] Module loaded: share
[22:50] Module loaded: compress
[22:50] LANG: No lang files found for section filesys.
[22:50] Module loaded: filesys (with lang support)
[22:50] LANG: No lang files found for section notes.
[22:50] Module loaded: notes (with lang support)
[22:50] LANG: No lang files found for section console.
[22:50] Module loaded: console (with lang support)
[22:50] Module loaded: uptime
[22:50] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[22:50] use '.help userinfo' for commands.
[22:50] * Old userfile, use 'tclsh scripts/weed <userfile> c' to convert
Is there anything I can do to fix this? This is my first time running a eggdrop.
# If you want to have your Eggdrop messages displayed in a language other
# than English, change this setting to match your preference. An alternative
# would be to set the environment variable EGG_LANG to that value.
#addlang "english"
Unless running in any other language other than English there is no need for this setting. The other scenario is that you are using a mismatched user file. The easiest solution is to just delete it and start the bot with the -m option.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
Alchera wrote:The other scenario is that you are using a mismatched user file. The easiest solution is to just delete it and start the bot with the -m option.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
in order to successfully initiate DCC CHATs, eggdrop needs to be able either to open, listen and accept TCP connections on arbitrary ports, or on a port range defined in the global configuration variable reserved-portrange
so have your admin open listening port(s) for your bot at the firewall, and define reserved-portrange; or use /dcc CHAT <bot> instead of /ctcp <bot> CHAT (this will force eggdrop to connect to you, not vice versa)