projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0598d01
)
Fixed whitespaces.
author
ueno
<ueno>
Sun, 18 Jul 2004 20:49:43 +0000
(20:49 +0000)
committer
ueno
<ueno>
Sun, 18 Jul 2004 20:49:43 +0000
(20:49 +0000)
lisp/riece-filter.el
patch
|
blob
|
history
diff --git
a/lisp/riece-filter.el
b/lisp/riece-filter.el
index
6c5f44c
..
91ac12c
100644
(file)
--- 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"