diff options
Diffstat (limited to 'plugin.py')
| -rw-r--r-- | plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
