* riece-irc.el (riece-irc-open-server): Send NICK before USER,
following the recommendation in "3.1 Connection Registration" of
RFC2812.
+ (riece-irc-open-server): Fixed typo in the commit on 2008-04-04.
2008-04-04 春日 玄 KASUGA Toru <kasuga.toru@jp.fujitsu.com>
(format "USER %s * * :%s\r\n"
(or username
(user-real-login-name))
- (or (encode-coding-string realname
- coding)
- "No information given")))
+ (encode-coding-string
+ (or realname
+ "No information given")
+ coding)))
(with-current-buffer (process-buffer process)
(setq riece-last-nickname riece-real-nickname
riece-nick-accepted 'sent