From 6250e813e31d10dea7d3de9802a1bd23cd9c19da Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 9 Jul 2012 23:10:51 -0400 Subject: [PATCH] abbreviation --- earwigbot/commands/dictionary.py | 1 + 1 file changed, 1 insertion(+) 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():