]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-irc.php
- htmloptions truncate patch
[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.11524 seconds and 3 git commands to generate.