rawsonj / triviabot

A simple IRC trivia bot written in python using twisted.
GNU General Public License v3.0
41 stars 52 forks source link

Added ?restart command and fixes ?die command. #68

Closed genius3000 closed 7 years ago

genius3000 commented 7 years ago

Restart is error handled (generically) and ?die now sends the quit message and quits properly. Takes care of #10

andy5995 commented 7 years ago

Based on the description, seems like this will also take of #67

genius3000 commented 7 years ago

Well partially, as the ?die command will be graceful. ctrl-c, kill or any signal for that matter will still be a non-graceful. Signal handlers will be needed to fix that. Also, a fix so the connection class knows we meant to quit and not log a connection lost error will be in the future.

rawsonj commented 7 years ago

Thanks, pretty straight forward.