diff --git a/plugin.py b/plugin.py index 501ee3c..0398c5e 100644 --- a/plugin.py +++ b/plugin.py @@ -386,7 +386,7 @@ class SnoParser(callbacks.Plugin): self._sendSnotice(irc, msg, repl) if "OPER" in text and "Client opered up" in text: - operregex = "^-OPER- Client opered up \[(.*)\, \ (.*)\]$" + operregex = "^-OPER- Client opered up \[(.*), (.*)\]$" couple = re.match(operregex, text) hostmask = couple.group(1) oper = couple.group(2)