Russ Garrett 7 лет назад
Родитель
Сommit
345944f0e2
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 5 добавлений и 2 удалений
  1. 5
    2
      README.md

+ 5
- 2
README.md Просмотреть файл

@@ -11,8 +11,7 @@ other applications.
11 11
 
12 12
 Download the [latest
13 13
 release](https://github.com/irccloud/irccat/releases) from Github, put
14
-the [example
15
-config](https://github.com/irccloud/irccat/blob/master/examples/irccat.json)
14
+the [example config](examples/irccat.json)
16 15
 in `/etc/irccat.json` or the local directory and customise it, and run!
17 16
 
18 17
 ## TCP → IRC
@@ -77,6 +76,10 @@ environment variables:
77 76
 The command handler's STDOUT will be sent back to the nick or channel
78 77
 where the command was issued.
79 78
 
79
+An example python command handler, which dispatches commands to
80
+individual shell scripts, can be found in
81
+[examples/command_handler.py](examples/command_handler.py).
82
+
80 83
 irccat will only recognise commands from users in private message if
81 84
 the user is joined to `commands.auth_channel` defined in the config.
82 85
 

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