Browse Source

Rename command_runner to command_handler

tags/v0.2.2
Russ Garrett 7 years ago
parent
commit
1b78a0fa7b
No account linked to committer's email address
2 changed files with 1 additions and 1 deletions
  1. 0
    0
      examples/command_handler.py
  2. 1
    1
      examples/irccat.json

examples/command_runner.py → examples/command_handler.py View File


+ 1
- 1
examples/irccat.json View File

@@ -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…
Cancel
Save