Преглед изворни кода

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…
Откажи
Сачувај