]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- strange but disabling auto reconnect makes the bot alive
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 25 May 2005 10:53:18 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-bot-reconnect.patch -> 1.1

eventum-bot-reconnect.patch [new file with mode: 0644]

diff --git a/eventum-bot-reconnect.patch b/eventum-bot-reconnect.patch
new file mode 100644 (file)
index 0000000..003614a
--- /dev/null
@@ -0,0 +1,11 @@
+--- /usr/share/eventum/irc/bot.php     2005-05-17 23:03:42.000000000 +0300
++++ ./misc/irc/bot.php 2005-05-24 14:30:35.000000000 +0300
+@@ -367,7 +367,7 @@
+ $irc->setLogdestination(SMARTIRC_FILE);
+ $irc->setLogfile(APP_IRC_LOG);
+ $irc->setUseSockets(TRUE);
+-$irc->setAutoReconnect(TRUE);
++$irc->setAutoReconnect(FALSE);
+ $irc->setAutoRetry(TRUE);
+ // register saytime() to be called every 30 sec. (30,000 milliseconds)
This page took 0.056406 seconds and 4 git commands to generate.