I was start my eggdrop with: ./eggdrop -mnt eggdrop.conf
And that`s ok,but how to close chat? I was close with ^z and bot was left network with message: ping timeout
p.s. i can`t run eggdrop with ./eggdrop eggdrop.conf!
.quit
*** Ja mata!
[02:12] DCC connection closed (HQ!llama@console)
*** HQ left the party line.
### SIMULATION RESET
Connected to Helper, running eggdrop v1.6.18
Well, the -nt flags tells your eggdrop not to try and run in background, but rather remain on the console providing a partyline interface..
If you terminate the partyline interface, your bot will stop running, and thus ping timeout..
If available, I guess you could use "screen" to put it into background.. But if I were you, I'd really try to solve the issue of not being able to launch it into background in the first place...
That`s ok,but when i use 'normal command' (./eggdrop confname.conf ) bot can`t connect,there`s no errors or anything else... i don`t know what to do :S
~# apt-get install tcl8.4 tcl8.4-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Suggested packages:
tclreadline tcl8.4-doc
The following NEW packages will be installed:
tcl8.4 tcl8.4-dev
0 upgraded, 2 newly installed, 0 to remove and 86 not upgraded.
Need to get 0B/1840kB of archives.
After unpacking 5452kB of additional disk space will be used.
Selecting previously deselected package tcl8.4.
(Reading database ... 31088 files and directories currently installed.)
Unpacking tcl8.4 (from .../tcl8.4_8.4.9-1_i386.deb) ...
Selecting previously deselected package tcl8.4-dev.
Unpacking tcl8.4-dev (from .../tcl8.4-dev_8.4.9-1_i386.deb) ...
Setting up tcl8.4 (8.4.9-1) ...
Setting up tcl8.4-dev (8.4.9-1) ...