浏览代码

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)


正在加载...
取消
保存