diff --git a/earwigbot/commands/dictionary.py b/earwigbot/commands/dictionary.py index 62a5ec7..6283d8f 100644 --- a/earwigbot/commands/dictionary.py +++ b/earwigbot/commands/dictionary.py @@ -95,6 +95,7 @@ class Dictionary(Command): "phrase": "Phrase", "proverb": "Proverb", "prop. n.": "Proper noun", + "abbr.": "\{\{abbreviation\}\}", } defs = [] for part, fullname in parts_of_speech.iteritems():