From: Daiki Ueno Date: Sun, 18 Jul 2004 20:49:43 +0000 (+0000) Subject: Fixed whitespaces. X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=5f9234962189b27e38cc985018b7e07d22efa098;hp=2f2db64d1382fb55b259d09e8bb31de623c7832a Fixed whitespaces. --- 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"