first working version
[errbot-exec.git] / README.rst
1 **********************
2 Exec plugin for errbot
3 **********************
4
5 Execute an external command when the bot is talked to.
6
7 =============
8 Configuration
9 =============
10 In ``config.py``::
11
12     EXEC = {
13         'command': u'echo'
14     }