edwardslabs / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
28 stars 31 forks source link

Fixed user input capitalization #84

Closed linuxdaemon closed 7 years ago

linuxdaemon commented 7 years ago

Changed multiple commands to keep the case of the user input for responses and display

edwardslabs commented 7 years ago

I am nervous about this one because there there are so many things in the bot that rely on lower case channels and usernames. I am going to have to test this one a bit before I merge it.

linuxdaemon commented 7 years ago

This keeps the lower-case transforms for all data storage, just preserves the case for bot replies.