cinchrb / cinch

The IRC Bot Building Framework
http://www.rubydoc.info/gems/cinch
MIT License
1k stars 180 forks source link

Make quitting daemon friendly #195

Open akshetpandey opened 9 years ago

akshetpandey commented 9 years ago

bot.quit may very likely be called from a daemon's trap context... cannot do complicated things there, so just setup the quitting flags and let the main event loop handle the actual quit.

akshetpandey commented 9 years ago

Edited in github, not really tested. Please do test if it actually works