]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- remove samples from bot script
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Jan 2007 19:32:06 +0000 (19:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-irc-config.patch -> 1.18

eventum-irc-config.patch

index 9541369a85622c5447f622b63f10b0d2a6a3b9f9..59390fb8ae130119bc8f47b8b88730e39792487d 100644 (file)
@@ -1,12 +1,40 @@
---- eventum/misc/irc/bot.php~  2007-01-16 21:23:26.718863136 +0200
-+++ eventum/misc/irc/bot.php   2007-01-16 21:23:53.759467491 +0200
-@@ -30,7 +30,8 @@
+--- eventum/misc/irc/bot.php   2007-01-16 21:23:53.759467491 +0200
++++ eventum/misc/irc/bot.php   2007-01-16 21:30:11.757917329 +0200
+@@ -30,35 +30,8 @@
  
  ini_set('memory_limit', '256M');
  
 -require_once('../../config.inc.php');
+-
+-// IRC server address
+-$irc_server_hostname = 'localhost';
+-$irc_server_port = 6667;
+-
+-// 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(s)
+-      'Default Project' => '#issues',
+-#     'Second Project' => array('#issues_2', '#byrocrate'),
+-);
+-
+-$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 = '';
+-
+-
+-// ============================================
+-// ============================================
+-// NO NEED TO UPDATE ANYTHING BELOW THIS LINE
+-// ============================================
+-// ============================================
+-
 +require_once('/etc/webapps/eventum/core.php');
 +require_once('/etc/eventum/irc.php');
- // IRC server address
$irc_server_hostname = 'localhost';
+ require_once(APP_INC_PATH . 'db_access.php');
+ require_once(APP_INC_PATH . 'class.auth.php');
require_once(APP_INC_PATH . 'class.lock.php');
This page took 0.049189 seconds and 4 git commands to generate.