erbot-cvs
[Top][All Lists]
Advanced

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

[Erbot-cvs] erbot erbot.el


From: Vivek Dasmohapatra
Subject: [Erbot-cvs] erbot erbot.el
Date: Wed, 30 Sep 2009 23:33:47 +0000

CVSROOT:        /sources/erbot
Module name:    erbot
Changes by:     Vivek Dasmohapatra <fledermaus> 09/09/30 23:33:47

Modified files:
        .              : erbot.el 

Log message:
        The raw content in cmdargs may have a prefix (eg "+,ping") which 
prevents erbot from recognising the message - this is stripped in the "parsed" 
cl-struct slot (eg ",ping"), so use that instead

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/erbot/erbot.el?cvsroot=erbot&r1=1.60&r2=1.61

Patches:
Index: erbot.el
===================================================================
RCS file: /sources/erbot/erbot/erbot.el,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- erbot.el    26 Sep 2009 21:31:47 -0000      1.60
+++ erbot.el    30 Sep 2009 23:33:47 -0000      1.61
@@ -497,9 +497,7 @@
         (fs-tgt tgt)
         (msg 
          (erbutils-remove-text-properties-maybe 
-          (cond (cmdargs
-                 (nth 1 cmdargs))
-                (t (aref parsed 3)))))
+          (erc-response.contents parsed)))
         (erbot-end-user-nick nick)
         (csys     (if (fboundp 'erc-coding-system-for-target)
                       (erc-coding-system-for-target tgt)




reply via email to

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