Ver a proveniência

chan -> data.chan

tags/v0.1
Ben Kurtovic há 13 anos
ascendente
cometimento
38e0040178
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      irc/commands/git.py

+ 1
- 1
irc/commands/git.py Ver ficheiro

@@ -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:


Carregando…
Cancelar
Guardar