]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-irc.php
- fixes for eventum-monitor
[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
10 $irc_default_channel = '#issues';
11
12 ?>
This page took 0.041627 seconds and 3 git commands to generate.