]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-irc.php
- $irc_password support
[packages/eventum.git] / eventum-irc.php
1 <?php
2
3 $irc_host = 'localhost';
4 $irc_port = 6667;
5
6 $irc_nick = 'EventumBot';
7 $irc_realname = 'EventumBot';
8 $irc_username = 'EventumBot';
9 $irc_password = '';
10
11 $irc_default_channel = '#issues';
12 $irc_default_project = 'Default Project';
13
14 ?>
This page took 0.078734 seconds and 4 git commands to generate.