瀏覽代碼

join parsing fix

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

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

@@ -65,7 +65,7 @@ def _process_message(line):

if line[1] == "JOIN":
data.nick, data.ident, data.host = sender_regex.findall(line[0])[0]
data.chan = line[2][1:]
data.chan = line[2]
# Check for 'join' hooks in our commands:
commands.check("join", data)



Loading…
取消
儲存