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

content -> message, oops

tags/v0.1^2
Ben Kurtovic преди 13 години
родител
ревизия
e5ba64bef8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      irc/commands/remind.py

+ 2
- 2
irc/commands/remind.py Целия файл

@@ -31,8 +31,8 @@ class Remind(BaseCommand):
except ValueError:
self.connection.reply(data, "the time must be given as an integer, in seconds.")
return
content = ' '.join(data.args[1:])
if not content:
message = ' '.join(data.args[1:])
if not message:
self.connection.reply(data, "what message do you want me to give you when time is up?")
return



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