Basically I have a bot and when it quits I want it to send to the channel "this bot was written by Kiisuke -- version blah blah blah". No matter what I do though, when I hit the [x] to close the bot, it just sends the message "Client Quit"

I did a @debug and dumped the contents of the debug out to a text file upon quitting and it shows that it's sending the correct QUIT message to the IRC server. I'm just not sure why mIRC is not displaying it when the bot quits.

@debug showed this:

-> availo.esper.net PRIVMSG #TestingChannel :testing again
-> availo.esper.net QUIT :This bot was written by Kiisuke, version 1.0


Yet on mIRC's side..

[13:26] * MyTestBot Quit (Client Quit)


This even occurs if I do /quit with the bot with a custom message. It seems like no matter what I do, it only says "client quit"

Last edited by Kisuke; 12/07/12 06:37 PM.