Please refrain from bumping! (I will remove the bump-post this time). Regarding your last post, do you get any error messages or logs? Were you running it in foreground (using -n or -nt)? The post you made earlier suggests it fully capable of connecting to freenode.net when running in foreground. T...
nml375 wrote:Your eggdrop uses a registered nickname, and nickserv is complaining and either changing it's nick, or simply killing it.
Start with trying a different nickname.
I try on my network, but does not work. Eggdrop can't connect to server and can't telneting
First step then, would be to start your eggdrop using -nt flags: ./eggdrop -m -nt eggdrop.conf This will prevent your eggdrop from dropping into background, and allows you to monitor log messages and similar in realtime. Those messages should help us figure out why it's not connecting properly. tes...
First off, don't do this: set my-hostname "localhost" set my-ip "192.168.0.5" Localhost will in most cases point to 127.0.0.1, and when setting both my-ip and my-hostname (which both affect the very same setting, upon which ip/interface any socket will be created) it may lead to...
Eggdrop Conf File: set offset "5" set my-hostname "localhost" set my-ip "192.168.0.5" addlang "english" set max-logs 5 set max-logsize 0 set quick-logs 0 set log-time 1 set keep-all-logs 4 set logfile-suffix ".%d%b%Y" set switch-logfiles-at 300 set q...