]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-irc.php
up to 3.0.2-28-g0d12f69
[packages/eventum.git] / eventum-irc.php
index ca5ae9ac795c0b36d4f316cfba81bee33d7ca7a0..5839c302dbb8a6a28b93f8da27fc31dc46c5a746 100644 (file)
@@ -3,12 +3,17 @@
 $irc_server_hostname = 'localhost';
 $irc_server_port = 6667;
 
-$irc_default_channel = '#issues';
-$irc_default_project = 'Default Project';
+// the following is the list of IRC channels that the bot should connect to,
+// and the associated project name
+$irc_channels = array(
+       # Project Name -> IRC Channel
+       'Default Project' => '#issues',
+);
 
 $nickname = 'EventumBOT';
 $realname = 'Eventum Issue Tracking System';
+
+// do you need a username/password to connect to this server? if
+// so, fill in the next two variables
 $username = '';
 $password = '';
-
-?>
This page took 0.094714 seconds and 4 git commands to generate.