cinchrb / cinch

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

Moved instance_eval in Cinch::Bot#initialize to before the on(:connect) #40

Closed cadwallion closed 13 years ago

cadwallion commented 13 years ago

Fixes issue where logging to a file doesn't capture everything due to debug line in Cinch::Bot#on. Helpful for cleaning up output on tests, too.

dominikh commented 13 years ago

Thanks for the pull request. We'll merge it for the next bug- or feature release.

dominikh commented 13 years ago

Next time, please base bug fixes on the maint branch (and new features on the master branch) so I can avoid cherry-picking commits :)

Merged.