--- a/plugin.py Sun Oct 05 09:12:06 2014 +0100 +++ b/plugin.py Fri Oct 10 16:31:26 2014 +0100 @@ -698,7 +698,7 @@ message.startswith('ERROR: Game Load Failed') or message.startswith('Content server connection') or message.startswith('[udp] advertising to the master server is failing') or - 'reported an error' in message): + ('reported an error' in message and not 'IRC' in message)): ircMessage = message.replace("\n", ", ") ircMessage = ircMessage.replace("?", ", ") utils.msgChannel(irc, conn.channel, ircMessage)