ソースを参照

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)


読み込み中…
キャンセル
保存