cvs: pearbot / PEARbot.php
[email protected] ("Mirco 'meebey' Bauer") Sat, 26 Jul 2003 21:12:03 -0000
| Newsgroups | php.pear.bot |
|---|---|
| Message-ID | <cvsmeebey1059253923@cvsserver> |
meebey Sat Jul 26 17:12:03 2003 EDT
Modified files:
/pearbot PEARbot.php
Log:
- added setSenddelay() call, he often excess floods.
Index: pearbot/PEARbot.php
diff -u pearbot/PEARbot.php:1.18 pearbot/PEARbot.php:1.19
--- pearbot/PEARbot.php:1.18 Sat Jul 26 08:43:41 2003
+++ pearbot/PEARbot.php Sat Jul 26 17:12:02 2003
@@ -1,7 +1,7 @@
#!/home/meebey/php
<?php
/**
- * $Id: PEARbot.php,v 1.18 2003/07/26 12:43:41 meebey Exp $
+ * $Id: PEARbot.php,v 1.19 2003/07/26 21:12:02 meebey Exp $
*
* PEARbot
* this is an IRC service bot for #pear written in PHP
@@ -180,6 +180,7 @@
$irc->setUseSockets(true);
$irc->setAutoRetry(true);
$irc->setAutoReconnect(true);
+$irc->setSenddelay(300);
$irc->setReceiveTimeout(600);
$irc->setTransmitTimeout(600);