瀏覽代碼

testing

tags/v0.1
Ben Kurtovic 13 年之前
父節點
當前提交
491d8f2e46
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      actions.py

+ 1
- 1
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:


Loading…
取消
儲存