소스 검색

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)



불러오는 중...
취소
저장