Просмотр исходного кода

Rename command_runner to command_handler

tags/v0.2.2
Russ Garrett 7 лет назад
Родитель
Сommit
1b78a0fa7b
Аккаунт пользователя с таким Email не найден
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
 }

Загрузка…
Отмена
Сохранить