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:
88d7893
)
(riece-command-change-mode): Fixed.
author
ueno
<ueno>
Sun, 8 Jun 2003 09:32:31 +0000
(09:32 +0000)
committer
ueno
<ueno>
Sun, 8 Jun 2003 09:32:31 +0000
(09:32 +0000)
lisp/riece-commands.el
patch
|
blob
|
history
diff --git
a/lisp/riece-commands.el
b/lisp/riece-commands.el
index
5f282e0
..
c3364d0
100644
(file)
--- a/
lisp/riece-commands.el
+++ b/
lisp/riece-commands.el
@@
-262,7
+262,8
@@
(concat (riece-concat-channel-modes
channel "Mode (? for help)") ": ")
nil riece-minibuffer-map))))
- (riece-send-string (format "MODE %s :%s\r\n" channel change)))
+ (riece-send-string (format "MODE %s :%s\r\n" (riece-identity-prefix channel)
+ change)))
(defun riece-command-set-operators (users &optional arg)
(interactive