]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-irc.php
- config and initscript for eventum irc bot
[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.082394 seconds and 4 git commands to generate.