Terminus-Project / Terminus-Bot

A scriptable IRC bot written in Ruby.
http://terminus-bot.net/
Other
38 stars 18 forks source link

stored factoids now preserve case #81

Closed Midna10177 closed 9 years ago

Midna10177 commented 9 years ago

changed so stored factoid names are still case insensitive but the data stored preserve the original case

sariyamelody commented 9 years ago

Hey,

I fixed up this pull request before merging. The things I fixed were: (1) I removed the second commit, as it did not contribute anything aside from additional whitespace, breaking the common style of the project. (2) I removed the leftover comment in the first commit, as it was not a useful comment (all it contributed was leaving what used to be there, there. That's the job of the VCS (here, Git)). (3) I fixed the commit message to be more in-line with the rest of the project (subsystem: <change>).

Thank you for your contribution!