If you have owner right you can kill it in this ways:
1. /msg bonick die password
2. in bash of your box type: cat pid.botnick then kill -9 result_of_the cat
3. if you are in party line wit it via telnet: .die
Also, don't forget to replace botnick with the actual nick of the bot.
Once the game is over, the king and the pawn go back in the same box.
in telnet do this
type ps
find the pid number of the process you wish to die ie ./eggdrop/bot/bot.conf
then type kill -9 <pid number>
the bot should now be dead
caesar wrote:If you have owner right you can kill it in this ways:
1. /msg bonick die password 2. in bash of your box type: cat pid.botnick then kill -9 result_of_the cat
3. if you are in party line wit it via telnet: .die
Also, don't forget to replace botnick with the actual nick of the bot.