소스 검색

colorrrrr

tags/v0.1
Ben Kurtovic 13 년 전
부모
커밋
93caf53cf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      irc/commands/afc_status.py

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

@@ -51,7 +51,7 @@ class AFCStatus(BaseCommand):
agg_data = (self.count_submissions(), self.count_redirects(), self.count_files())
agg_num = self.get_aggregate_number(agg_data)
except ValueError:
self.connection.reply(data, "%s isn't a number!" % data.args[1])
self.connection.reply(data, "\x0303%s\x0301 isn't a number!" % data.args[1])
return
aggregate = self.get_aggregate(agg_num)
self.connection.reply(data, "aggregate is currently %s (AfC %s)." % (agg_num, aggregate))


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