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:
bff3a9f
)
Fixed.
author
ueno
<ueno>
Tue, 15 Apr 2008 10:25:41 +0000
(10:25 +0000)
committer
ueno
<ueno>
Tue, 15 Apr 2008 10:25:41 +0000
(10:25 +0000)
lisp/riece-irc.el
patch
|
blob
|
history
diff --git
a/lisp/riece-irc.el
b/lisp/riece-irc.el
index
004f0bc
..
a2c158e
100644
(file)
--- a/
lisp/riece-irc.el
+++ b/
lisp/riece-irc.el
@@
-86,7
+86,10
@@
(unless realname
(setq realname (riece-mcat "No information given")))
(if coding
- (setq realname (encode-coding-string realname coding)))
+ (setq realname (encode-coding-string realname
+ (if (consp coding)
+ (cdr coding)
+ coding))))
(riece-process-send-string process
(format "USER %s * * :%s\r\n"
(or username