]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-irc.php
- issues with long summary corrupt look and feel
[packages/eventum.git] / eventum-irc.php
CommitLineData
6f779bf8
ER
1<?php
2
1105b2cd
ER
3$irc_server_hostname = 'localhost';
4$irc_server_port = 6667;
6f779bf8
ER
5
6$irc_default_channel = '#issues';
622e4f4b 7$irc_default_project = 'Default Project';
6f779bf8 8
1105b2cd
ER
9$nickname = 'EventumBOT';
10$realname = 'Eventum Issue Tracking System';
11$username = '';
12$password = '';
13
6f779bf8 14?>
This page took 0.077937 seconds and 4 git commands to generate.