소스 검색

whoops

tags/v0.1^2
Ben Kurtovic 12 년 전
부모
커밋
325cba1d8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bot/commands/afc_status.py

+ 1
- 1
bot/commands/afc_status.py 파일 보기

@@ -30,7 +30,7 @@ class Command(BaseCommand):
self.site._maxlag = None

if data.line[1] == "JOIN":
status = " ".format(("\x02Current status:\x0F", self.get_status()))
status = " ".join(("\x02Current status:\x0F", self.get_status()))
self.connection.notice(data.nick, status)
return



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