Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot
réplica de
https://github.com/earwig/earwigbot
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
4
Actividad
Explorar el Código
argh
tags/v0.1^2
Ben Kurtovic
hace 13 años
padre
4488f6f5e3
commit
7d464aeac4
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
bot/commands/registration.py
+ 1
- 1
bot/commands/registration.py
Ver fichero
@@ -41,7 +41,7 @@ class Command(BaseCommand):
elif g == "female":
gender = "She's"
else:
gende = "They're"
gende
r
= "They're"
msg = "\x0302{0}\x0301 registered on {1}. {2} {3} old."
self.connection.reply(data, msg.format(name, date, gender, age))
Escribir
Vista previa
Cargando…
Cancelar
Guardar