Loading

Paste #pce1i0fem

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

Comments