Mercurial > p > roundup > code
diff doc/customizing.txt @ 4695:132650f4700a
#2550782: Added a new irker detector to send notifications on IRC when an issue is created or messages are added.
| author | Ezio Melotti <ezio.melotti@gmail.com> |
|---|---|
| date | Fri, 14 Dec 2012 18:22:27 +0200 |
| parents | bce631d8f24d |
| children | 42f6c76950a4 |
line wrap: on
line diff
--- a/doc/customizing.txt Fri Dec 14 01:13:37 2012 +0530 +++ b/doc/customizing.txt Fri Dec 14 18:22:27 2012 +0200 @@ -869,6 +869,13 @@ the ``'detectors'`` directory of the Roundup distribution. If you want to use one, copy it to the ``'detectors'`` of your tracker instance: +**irker.py** + This detector sends notification on IRC through an irker daemon + (http://www.catb.org/esr/irker/) when issues are created or messages + are added. In order to use it you need to install irker, start the + irkerd daemon, and add an ``[irker]`` section in ``detectors/config.ini`` + that contains a comma-separated list of channels where the messages should + be sent, e.g. ``channels = irc://chat.freenode.net/channelname``. **newissuecopy.py** This detector sends an email to a team address whenever a new issue is created. The address is hard-coded into the detector, so edit it
