diff --git a/earwigbot/commands/dictionary.py b/earwigbot/commands/dictionary.py index 8a76efc..305176c 100644 --- a/earwigbot/commands/dictionary.py +++ b/earwigbot/commands/dictionary.py @@ -129,6 +129,7 @@ class Dictionary(Command): def parse_body(self, body): substitutions = [ ("", ""), + ("(.*?)", ""), ("\[\[[^\]|]*?\|([^\]|]*?)\]\]", r"\1"), ("\{\{unsupported\|(.*?)\}\}", r"\1"), ("\{\{(.*?) of\|([^}|]*?)(\|(.*?))?\}\}", r"\1 of \2."),