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

Adjust messages again.

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

+ 3
- 1
commands/urbandictionary.py Целия файл

@@ -28,7 +28,9 @@ class UrbanDictionary(Command):
if res['result_type'] == 'exact':
definition = re.sub(r"\s+", " ", res['list'][0]['definition'])
example = re.sub(r"\s+", " ", res['list'][0]['example'])
msg = '{0}; example: {1}'.format(definition, example)
if definition and definition[-1] not in (".", "!", "?"):
definition += "."
msg = '{0} \x02Example\x0F: {1}'.format(definition, example)
self.reply(data, msg)
elif res['result_type'] == 'fulltext':
L = [i['word'] for i in res['list']]


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