소스 검색

Capitalise replies in !report

tags/v0.1^2
Justin Yulli Kim 12 년 전
부모
커밋
c3138fd14c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/commands/afc_report.py

+ 1
- 1
earwigbot/commands/afc_report.py 파일 보기

@@ -66,7 +66,7 @@ class AFCReport(Command):
if page:
return self.report(page)

self.reply(data, "submission \x0302{0}\x0F not found.".format(title))
self.reply(data, "Submission \x0302{0}\x0F not found.".format(title))

def get_page(self, title):
page = self.site.get_page(title, follow_redirects=False)


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