Sfoglia il codice sorgente

whoops

tags/v0.1^2
Ben Kurtovic 12 anni fa
parent
commit
325cba1d8c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      bot/commands/afc_status.py

+ 1
- 1
bot/commands/afc_status.py Vedi File

@@ -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



Caricamento…
Annulla
Salva