Explorar el Código

Capitalise replies in !pending

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

+ 2
- 2
earwigbot/commands/afc_pending.py Ver fichero

@@ -28,7 +28,7 @@ class AFCPending(Command):
commands = ["pending", "pend"]

def process(self, data):
msg1 = "pending submissions status page: http://enwp.org/WP:AFC/ST"
msg2 = "pending submissions category: http://enwp.org/CAT:PEND"
msg1 = "Pending submissions status page: http://enwp.org/WP:AFC/ST"
msg2 = "Pending submissions category: http://enwp.org/CAT:PEND"
self.reply(data, msg1)
self.reply(data, msg2)

Cargando…
Cancelar
Guardar