riece-username. i.e. now riece-username represents the user's
login name and riece-realname is the replacement of the former
riece-username.
* riece-server.el (riece-server-keyword-map): New keyword :realname.
+2006-05-16 Daiki Ueno <ueno@unixuser.org>
+
+ * riece-irc.el (riece-irc-open-server): Changed the meaning of
+ riece-username. i.e. now riece-username represents the user's
+ login name and riece-realname is the replacement of the former
+ riece-username.
+ * riece-server.el (riece-server-keyword-map): New keyword :realname.
+
2006-05-06 Yoichi NAKAYAMA <yoichi@geiin.org>
* riece-commands.el (riece-command-close-server): Cause error
(format "PASS %s\r\n" password)))
(riece-process-send-string process
(format "USER %s * * :%s\r\n"
- (user-real-login-name)
(or username
+ (user-real-login-name))
+ (or realname
"No information given")))
(riece-process-send-string process (format "NICK %s\r\n" nickname))
(with-current-buffer (process-buffer process)
'((:host)
(:service 6667)
(:nickname riece-nickname)
+ (:realname riece-realname)
(:username riece-username)
(:password)
(:function riece-default-open-connection-function)