Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
earwigbot
espelho de
https://github.com/earwig/earwigbot
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
4
Trabalho
Ver a proveniência
Capitalise replies in !editcount
tags/v0.1^2
Justin Yulli Kim
há 12 anos
ascendente
56c1c08f39
cometimento
8682c4b631
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
earwigbot/commands/editcount.py
+ 1
- 1
earwigbot/commands/editcount.py
Ver ficheiro
@@ -42,7 +42,7 @@ class Editcount(Command):
try:
count = user.editcount
except exceptions.UserNotFoundError:
msg = "
t
he user \x0302{0}\x0F does not exist."
msg = "
T
he user \x0302{0}\x0F does not exist."
self.reply(data, msg.format(name))
return
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar