From 58066402afde7a09acadc164d470a9b8e845783e Mon Sep 17 00:00:00 2001 From: justinkim Date: Mon, 15 Jul 2013 19:14:34 -0700 Subject: [PATCH] Add def to possible !dict aliases --- earwigbot/commands/dictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/dictionary.py b/earwigbot/commands/dictionary.py index 54e68ea..4a1715b 100644 --- a/earwigbot/commands/dictionary.py +++ b/earwigbot/commands/dictionary.py @@ -28,7 +28,7 @@ from earwigbot.commands import Command class Dictionary(Command): """Define words and stuff.""" name = "dictionary" - commands = ["dict", "dictionary", "define"] + commands = ["dict", "dictionary", "define", "def"] def process(self, data): if not data.args: