浏览代码

More readme

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

正在加载...
取消
保存