Explorar el Código

whoops

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
325cba1d8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bot/commands/afc_status.py

+ 1
- 1
bot/commands/afc_status.py Ver fichero

@@ -30,7 +30,7 @@ class Command(BaseCommand):
self.site._maxlag = None

if data.line[1] == "JOIN":
status = " ".format(("\x02Current status:\x0F", self.get_status()))
status = " ".join(("\x02Current status:\x0F", self.get_status()))
self.connection.notice(data.nick, status)
return



Cargando…
Cancelar
Guardar