浏览代码

Rename command_runner to command_handler

tags/v0.2.2
Russ Garrett 7 年前
父节点
当前提交
1b78a0fa7b
没有帐户链接到提交者的电子邮件
共有 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
 }

正在加载...
取消
保存