]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-bot-reconnect.patch
up to 2.3.4
[packages/eventum.git] / eventum-bot-reconnect.patch
CommitLineData
20b3e7c0 1--- /usr/share/eventum/irc/bot.php 2005-05-17 23:03:42.000000000 +0300
74c64201 2+++ ./irc/eventum-irc-bot.php 2005-05-24 14:30:35.000000000 +0300
20b3e7c0
ER
3@@ -367,7 +367,7 @@
4 $irc->setLogdestination(SMARTIRC_FILE);
5 $irc->setLogfile(APP_IRC_LOG);
6 $irc->setUseSockets(TRUE);
7-$irc->setAutoReconnect(TRUE);
8+$irc->setAutoReconnect(FALSE);
9 $irc->setAutoRetry(TRUE);
10
11 // register saytime() to be called every 30 sec. (30,000 milliseconds)
This page took 0.039918 seconds and 4 git commands to generate.