comparison 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
comparison
equal deleted inserted replaced
4694:118457ca2e07 4695:132650f4700a
867 867
868 Sample additional detectors that have been found useful will appear in 868 Sample additional detectors that have been found useful will appear in
869 the ``'detectors'`` directory of the Roundup distribution. If you want 869 the ``'detectors'`` directory of the Roundup distribution. If you want
870 to use one, copy it to the ``'detectors'`` of your tracker instance: 870 to use one, copy it to the ``'detectors'`` of your tracker instance:
871 871
872 **irker.py**
873 This detector sends notification on IRC through an irker daemon
874 (http://www.catb.org/esr/irker/) when issues are created or messages
875 are added. In order to use it you need to install irker, start the
876 irkerd daemon, and add an ``[irker]`` section in ``detectors/config.ini``
877 that contains a comma-separated list of channels where the messages should
878 be sent, e.g. ``channels = irc://chat.freenode.net/channelname``.
872 **newissuecopy.py** 879 **newissuecopy.py**
873 This detector sends an email to a team address whenever a new issue is 880 This detector sends an email to a team address whenever a new issue is
874 created. The address is hard-coded into the detector, so edit it 881 created. The address is hard-coded into the detector, so edit it
875 before you use it (look for the text 'team@team.host') or you'll get 882 before you use it (look for the text 'team@team.host') or you'll get
876 email errors! 883 email errors!

Roundup Issue Tracker: http://roundup-tracker.org/