From 491d8f2e46e336f5fb6392d6f2f978979422b936 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 10 Apr 2011 01:00:59 -0400 Subject: [PATCH] testing --- actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions.py b/actions.py index acf4f12..797fb3d 100644 --- a/actions.py +++ b/actions.py @@ -31,7 +31,7 @@ def get_args(msg): # get command arguments return args[1:] # remove the command itself def cmd_test(nick, chan): # bot test - say(chan, "'sup %s?" % nick) + say(chan, "Hey %s!" % nick) def cmd_git(nick, host, chan, msg): # commands to interface with the bot's git repository if host not in ADMINS: