소스 검색

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:


불러오는 중...
취소
저장