From a9a8cdad66ab7a43527ec2cedc8f21f3da3d26ec Mon Sep 17 00:00:00 2001 From: oddluck <39967334+oddluck@users.noreply.github.com> Date: Sun, 15 Dec 2019 09:59:19 +0000 Subject: [PATCH] Fix variable name. --- Cobe/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: