Browse Source

Merge pull request #44 from justinkim/dict-alias

Add def to possible !dict aliases
tags/v0.2
Ben Kurtovic 11 years ago
parent
commit
204cbce45e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py View File

@@ -28,7 +28,7 @@ from earwigbot.commands import Command
class Dictionary(Command): class Dictionary(Command):
"""Define words and stuff.""" """Define words and stuff."""
name = "dictionary" name = "dictionary"
commands = ["dict", "dictionary", "define"]
commands = ["dict", "dictionary", "define", "def"]


def process(self, data): def process(self, data):
if not data.args: if not data.args:


Loading…
Cancel
Save