]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-irc.php
- add post 1.5.4 fixes
[packages/eventum.git] / eventum-irc.php
CommitLineData
6f779bf8
ER
1<?php
2
3$irc_host = 'localhost';
4$irc_port = 6667;
5
6$irc_nick = 'EventumBot';
7$irc_realname = 'EventumBot';
8$irc_username = 'EventumBot';
09dce7d6 9$irc_password = '';
6f779bf8
ER
10
11$irc_default_channel = '#issues';
622e4f4b 12$irc_default_project = 'Default Project';
6f779bf8
ER
13
14?>
This page took 0.14414 seconds and 4 git commands to generate.