소스 검색

chan -> data.chan

tags/v0.1
Ben Kurtovic 13 년 전
부모
커밋
38e0040178
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      irc/commands/git.py

+ 1
- 1
irc/commands/git.py 파일 보기

@@ -98,7 +98,7 @@ def do_checkout():
try:
branch = args[1]
except IndexError: # no branch name provided
actions.say(chan, "\x02%s\x0F: switch to which branch?" % data.nick)
actions.say(data.chan, "\x02%s\x0F: switch to which branch?" % data.nick)
return

try:


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