소스 검색

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



불러오는 중...
취소
저장