projects
/
riece
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f6396c
)
(riece-channel-toggle-user): Fixed.
author
Daiki Ueno
<ueno@unixuser.org>
Thu, 23 Oct 2003 22:32:10 +0000
(22:32 +0000)
committer
Daiki Ueno
<ueno@unixuser.org>
Thu, 23 Oct 2003 22:32:10 +0000
(22:32 +0000)
lisp/riece-channel.el
patch
|
blob
|
history
diff --git
a/lisp/riece-channel.el
b/lisp/riece-channel.el
index
86ed2ac
..
1f0c293
100644
(file)
--- a/
lisp/riece-channel.el
+++ b/
lisp/riece-channel.el
@@
-192,7
+192,7
@@
respectively."
(if flag
(unless (riece-identity-assoc user users t)
(riece-channel-set-users channel (cons (list user) users)))
- (if (setq user (
car (riece-identity-assoc user users t)
))
+ (if (setq user (
riece-identity-assoc user users t
))
(riece-channel-set-users channel (delq user users))))))
(defun riece-channel-toggle-operator (name user flag)