cinchrb / cinch

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

Remove extra comma in default configuration hash of Cinch::Configuration::Bot #81

Closed kyrylo closed 12 years ago

dominikh commented 12 years ago

Rejected. Having a comma on the last element does no harm and actually is part of my style, because it allows me to add new entries without having to edit the previous one. You will find that I do it for all hashes that aren't used in method calls.