Просмотр исходного кода

Add def to possible !dict aliases

tags/v0.2
justinkim 11 лет назад
Родитель
Сommit
58066402af
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
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:


Загрузка…
Отмена
Сохранить