Explorar el Código

Capitalise replies in !report

tags/v0.1^2
Justin Yulli Kim hace 12 años
padre
commit
c3138fd14c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/commands/afc_report.py

+ 1
- 1
earwigbot/commands/afc_report.py Ver fichero

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


Cargando…
Cancelar
Guardar