Преглед на файлове

Update and rename dictionary.py to urbandictionary.py

pull/9/head
Ben Kurtovic преди 11 години
родител
ревизия
4488046127
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      commands/urbandictionary.py

commands/dictionary.py → commands/urbandictionary.py Целия файл

@@ -10,7 +10,7 @@ from urllib2 import urlopen
from earwigbot.commands import Command from earwigbot.commands import Command


class UrbanDictionary(Command): class UrbanDictionary(Command):
"""Get the real definition of a word."""
"""Get the definition of a word using Urban Dictionary."""
name = "urban" name = "urban"
commands = ["dictt", "definee", "defne", "dct", "ud"] commands = ["dictt", "definee", "defne", "dct", "ud"]


@@ -32,5 +32,5 @@ class UrbanDictionary(Command):
msg = 'Here are some close matches...: {0}'.format(', '.join(l)) msg = 'Here are some close matches...: {0}'.format(', '.join(l))
self.reply(data, msg) self.reply(data, msg)
else: else:
self.reply(data, 'Sorry, no results found :(')
self.reply(data, 'Sorry, no results found.')



Зареждане…
Отказ
Запис