mwgg / UtaBot

An IRC bot written in PHP, extensible with simple plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUIT command

bibby opened this issue · comments

The bot has no QUIT command. Ending the script may leave a ghost behind waiting for the server to time it out. Upon breaking from it's main loop (by command or as an error response), the QUIT command should be issued to safely disconnect from the service.

commented

Added with latest commit.