Procházet zdrojové kódy

Capitalise replies in !report

tags/v0.1^2
Justin Yulli Kim před 12 roky
rodič
revize
c3138fd14c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      earwigbot/commands/afc_report.py

+ 1
- 1
earwigbot/commands/afc_report.py Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit