SOURCES: eventum-irc.php - updated to 1.6.1

glen glen at pld-linux.org
Sat Aug 20 13:35:34 CEST 2005


Author: glen                         Date: Sat Aug 20 11:35:34 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 1.6.1

---- Files affected:
SOURCES:
   eventum-irc.php (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/eventum-irc.php
diff -u SOURCES/eventum-irc.php:1.3 SOURCES/eventum-irc.php:1.4
--- SOURCES/eventum-irc.php:1.3	Wed Mar 30 11:04:00 2005
+++ SOURCES/eventum-irc.php	Sat Aug 20 13:35:29 2005
@@ -1,14 +1,14 @@
 <?php
 
-$irc_host = 'localhost';
-$irc_port = 6667;
-
-$irc_nick = 'EventumBot';
-$irc_realname = 'EventumBot';
-$irc_username = 'EventumBot';
-$irc_password = '';
+$irc_server_hostname = 'localhost';
+$irc_server_port = 6667;
 
 $irc_default_channel = '#issues';
 $irc_default_project = 'Default Project';
+
+$nickname = 'EventumBOT';
+$realname = 'Eventum Issue Tracking System';
+$username = '';
+$password = '';
 
 ?>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-irc.php?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list