From 38e00401785a1228c589e2e904b0359636999acd Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 10 Apr 2011 19:24:03 -0400 Subject: [PATCH] chan -> data.chan --- irc/commands/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/commands/git.py b/irc/commands/git.py index 8d041ea..6475328 100644 --- a/irc/commands/git.py +++ b/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: