diff --git a/Cobe/plugin.py b/Cobe/plugin.py index d34b2d3..3947636 100644 --- a/Cobe/plugin.py +++ b/Cobe/plugin.py @@ -112,7 +112,7 @@ class Cobe(callbacks.Plugin): strip = self.registryValue("stripPattern", channel) text = ircutils.stripFormatting(text) if self.registryValue('stripRelayedNick', channel): - text = MATCH_text_STRIPNICK.match(text).group('message') + text = MATCH_MESSAGE_STRIPNICK.match(text).group('message') if ignore: match = re.search(ignore, text) if match: