瀏覽代碼

syntax error fix

tags/v0.1^2
Ben Kurtovic 13 年之前
父節點
當前提交
5c954b23d1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      bot/watcher.py

+ 1
- 1
bot/watcher.py 查看文件

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


Loading…
取消
儲存