瀏覽代碼

More readme

tags/v0.2.2
Russ Garrett 7 年之前
父節點
當前提交
345944f0e2
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 5 行新增2 行删除
  1. 5
    2
      README.md

+ 5
- 2
README.md 查看文件

11
 
11
 
12
 Download the [latest
12
 Download the [latest
13
 release](https://github.com/irccloud/irccat/releases) from Github, put
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
 in `/etc/irccat.json` or the local directory and customise it, and run!
15
 in `/etc/irccat.json` or the local directory and customise it, and run!
17
 
16
 
18
 ## TCP → IRC
17
 ## TCP → IRC
77
 The command handler's STDOUT will be sent back to the nick or channel
76
 The command handler's STDOUT will be sent back to the nick or channel
78
 where the command was issued.
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
 irccat will only recognise commands from users in private message if
83
 irccat will only recognise commands from users in private message if
81
 the user is joined to `commands.auth_channel` defined in the config.
84
 the user is joined to `commands.auth_channel` defined in the config.
82
 
85
 

Loading…
取消
儲存