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.

Help killing my bot ?

Old posts that have not been replied to for several years.
Locked
C
Crypto

Post by Crypto »


Hi -

I have a eggdrop (1.6.6) running on a remote shell that I have no access to the shell. My eggdrop is croned there, and I want to kill my bot so it wont return. I am owner of the bot (+n) and can dcc the bot. How can I make it so this bot die's off and doesnt restart ??? Maybe enter some .tcl command in dcc that would cause the bot to error ??

PLease help !!

Crypto
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

somthing like
.tcl exec crontab -l cron.backup
.tcl exec crontab -r
should do the trick. This will backup the crontab entry (for quick restoral), and then remove the crontab. Killing the bot with .die should then mean the bot doesn't come back.
Locked