erbot-cvs
[Top][All Lists]
Advanced

[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, 10 Nov 2005 01:01:14 -0500

Index: erbot/erbot.el
diff -u erbot/erbot.el:1.44 erbot/erbot.el:1.45
--- erbot/erbot.el:1.44 Thu Nov 10 05:59:16 2005
+++ erbot/erbot.el      Thu Nov 10 06:01:13 2005
@@ -1,5 +1,5 @@
 ;;; erbot.el --- Another robot for ERC.
-;; Time-stamp: <2005-11-10 00:54:37 deego>
+;; Time-stamp: <2005-11-10 00:58:56 deego>
 ;; Emacs Lisp Archive entry
 ;; Filename: erbot.el
 ;; Package: erbot
@@ -844,7 +844,7 @@
 ERC.  If an unsafe reply has no newlines, it may be rendered safe by
 appending a space in front of the reply."
   (and
-   (not (string-match "\n\r" reply))
+   (not (string-match "[\n\r]" reply))
    (or
     (string-match "^[0-9a-zA-Z]" reply)
     ;;(not (string-match "^/" reply)) -- this is bad.. since, control




reply via email to

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