erbot-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erbot-cvs] erbot erbot.el ChangeLog


From: Michael W. Olson
Subject: [Erbot-cvs] erbot erbot.el ChangeLog
Date: Fri, 20 Jul 2007 01:32:09 +0000

CVSROOT:        /cvsroot/erbot
Module name:    erbot
Changes by:     Michael W. Olson <mwolson>      07/07/20 01:32:09

Modified files:
        .              : erbot.el ChangeLog 

Log message:
        Revision: address@hidden/erbot--cvs--0--patch-36
        
        Don't force the message through without flood protection
        
        2007-07-19  Michael Olson  <address@hidden>
        
                * erbot.el (erbot-reply): Don't force the message through 
without
                flood protection.  Since ERC 5.1, ERC has very good flood
                protection, so make use of it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/erbot/erbot.el?cvsroot=erbot&r1=1.57&r2=1.58
http://cvs.savannah.gnu.org/viewcvs/erbot/ChangeLog?cvsroot=erbot&r1=1.66&r2=1.67

Patches:
Index: erbot.el
===================================================================
RCS file: /cvsroot/erbot/erbot/erbot.el,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- erbot.el    28 Jan 2007 01:21:47 -0000      1.57
+++ erbot.el    20 Jul 2007 01:32:09 -0000      1.58
@@ -676,7 +676,7 @@
             ;; think that's the wrong thing to do. Hopefully if the data-path 
             ;; through erc->fsbot->erc is clean, erc will do the right thing 
             ;; to outbound data.
-            (erc-process-input-line linen  t multiline-p))
+            (erc-process-input-line linen nil multiline-p))
           lines))))))
 
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/erbot/erbot/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- ChangeLog   11 Apr 2007 11:59:27 -0000      1.66
+++ ChangeLog   20 Jul 2007 01:32:09 -0000      1.67
@@ -1,3 +1,9 @@
+2007-07-19  Michael Olson  <address@hidden>
+
+       * erbot.el (erbot-reply): Don't force the message through without
+       flood protection.  Since ERC 5.1, ERC has very good flood
+       protection, so make use of it.
+
 2007-04-11  Vivek Dasmohapatra  <address@hidden>
 
        * erbim.el (fs-unicode-describe): add usage instructions 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]