Procházet zdrojové kódy

syntax error fix

tags/v0.1^2
Ben Kurtovic před 13 roky
rodič
revize
5c954b23d1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      bot/watcher.py

+ 1
- 1
bot/watcher.py Zobrazit soubor

@@ -60,7 +60,7 @@ def _process_message(line):
# Ignore messages originating from channels not in our list, to prevent
# someone PMing us false data:
if chan not in config.irc["watcher"]["channels"]:
continue
return

msg = ' '.join(line[3:])[1:]
rc = RC(msg) # new RC object to store this event's data


Načítá se…
Zrušit
Uložit