How to close chat?!

General support and discussion of Eggdrop bots.
Post Reply
v
vlada
Voice
Posts: 5
Joined: Sun Oct 29, 2006 9:02 pm

How to close chat?!

Post by vlada »

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!

Code: Select all

.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
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

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...
NML_375
v
vlada
Voice
Posts: 5
Joined: Sun Oct 29, 2006 9:02 pm

Post by vlada »

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
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

You could check your bots logs (might be a good idea to add a separate log that logs everything)

Also, do you run it with or without -m, and have you created a userfile yet?
NML_375
v
vlada
Voice
Posts: 5
Joined: Sun Oct 29, 2006 9:02 pm

Post by vlada »

nml375 wrote:You could check your bots logs (might be a good idea to add a separate log that logs everything)

Also, do you run it with or without -m, and have you created a userfile yet?
Logs are empty!! How to add a separete log?!? :roll:

i can run without -m,becouse there is userfile!

Code: Select all

~# 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) ...
v
vlada
Voice
Posts: 5
Joined: Sun Oct 29, 2006 9:02 pm

Post by vlada »

Ok,i don`t know how,but now is everything just fine :lol:

thanks for help!
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Next time you run eggdrop with the -n switch simply press CTRL + C in your terminal to terminate.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

Keyword: LD_LIBRARY_PATH
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
Post Reply