瀏覽代碼

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:


Loading…
取消
儲存