by Thomas B. Ruecker, thomas.ruecker@tieto.com

--- plugin.py   2013-04-07 17:10:42.690059381 +0000
+++ /home/merbot/supybot/plugins/MeetBot/plugin.py      2012-05-12 21:57:12.000000000 +0000
@@ -72,7 +72,7 @@
     # This captures all messages coming into the bot.
     def doPrivmsg(self, irc, msg):
         nick = msg.nick
-        channel = msg.args[0].lower()
+        channel = msg.args[0]
         payload = msg.args[1]
         network = irc.msg.tags['receivedOn']

