Explorar el Código

argh

tags/v0.1^2
Ben Kurtovic hace 13 años
padre
commit
7d464aeac4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +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"
gender = "They're"
msg = "\x0302{0}\x0301 registered on {1}. {2} {3} old."
self.connection.reply(data, msg.format(name, date, gender, age))


Cargando…
Cancelar
Guardar