[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Erbot-cvs] Changes to erbot/erbot.el
From: |
D . Goel |
Subject: |
[Erbot-cvs] Changes to erbot/erbot.el |
Date: |
Thu, 28 Apr 2005 12:27:28 -0400 |
Index: erbot/erbot.el
diff -u erbot/erbot.el:1.31 erbot/erbot.el:1.32
--- erbot/erbot.el:1.31 Fri Apr 1 07:13:06 2005
+++ erbot/erbot.el Thu Apr 28 16:27:27 2005
@@ -1,5 +1,5 @@
;;; erbot.el --- Another robot for ERC.
-;; Time-stamp: <2005-03-29 14:31:26 deego>
+;; Time-stamp: <2005-04-28 12:10:32 deego>
;; Emacs Lisp Archive entry
;; Filename: erbot.el
;; Package: erbot
@@ -569,7 +569,8 @@
(message "erbot-reply-p set to %S" erbot-reply-p)
)
(defun erbot-reply (main-reply proc from tgt msg locally-generated)
- "Robot worker. Should do nothing when main-reply is nil.
+ "Robot worker. Should do nothing when main-reply is nil or 'noreply
+or \"noreply\"
"
(unless (stringp main-reply)