From c4b5fd373429d90b78f8583c64aad6367b6f5302 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 18 Jul 2004 20:49:43 +0000 Subject: [PATCH] Fixed whitespaces. --- lisp/riece-filter.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/riece-filter.el b/lisp/riece-filter.el index 6c5f44c..91ac12c 100644 --- a/lisp/riece-filter.el +++ b/lisp/riece-filter.el @@ -99,8 +99,8 @@ (match-string 4)) ;reply string (if (looking-at "\\(:\\([^ ]+\\) +\\)?\\([^ ]+\\) +\\(.*\\)\r\n") (riece-handle-message - (match-string 2) ;optional prefix - (match-string 3) ;command + (match-string 2) ;optional prefix + (match-string 3) ;command (match-string 4)) ;params & trailing (if riece-debug (message "Weird message from server: %s" -- 1.7.10.4