瀏覽代碼

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



Loading…
取消
儲存