소스 검색

Rename command_runner to command_handler

tags/v0.2.2
Russ Garrett 7 년 전
부모
커밋
1b78a0fa7b
No account linked to committer's email address
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    0
      examples/command_handler.py
  2. 1
    1
      examples/irccat.json

examples/command_runner.py → examples/command_handler.py 파일 보기


+ 1
- 1
examples/irccat.json 파일 보기

@@ -22,7 +22,7 @@
22 22
   },
23 23
   "commands": {
24 24
     "auth_channel": "#channel",
25
-    "handler": "./examples/command_runner.py",
25
+    "handler": "./examples/command_handler.py",
26 26
     "max_response_lines": 15
27 27
   }
28 28
 }

Loading…
취소
저장