Case sensitivity breaks channels collection.
Status: Beta
Brought to you by:
ardvaark
The attached log snippet seems to show that, when a user joins a channel using a different capitalization, the server passes that along to the clients. The server is case insensitive, but the bot is not. It cannot find the channel "#Highlanderz" because it exists in the bot.channels collection as "#highlanderz".
Log Snippet Demonstrating the Defect