0d55904672eb0af00f4b0d8f6f58c2893564a88a
[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     }