瀏覽代碼

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…
取消
儲存