]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-irc.php
- updated to 1.6.1
[packages/eventum.git] / eventum-irc.php
1 <?php
2
3 $irc_server_hostname = 'localhost';
4 $irc_server_port = 6667;
5
6 $irc_default_channel = '#issues';
7 $irc_default_project = 'Default Project';
8
9 $nickname = 'EventumBOT';
10 $realname = 'Eventum Issue Tracking System';
11 $username = '';
12 $password = '';
13
14 ?>
This page took 0.077059 seconds and 4 git commands to generate.