* riece-options.el (riece-username): Changed the default value to
[riece] / lisp / riece-options.el
index 26f1463..48d78a2 100644 (file)
@@ -197,7 +197,7 @@ way is to put Riece variables on .emacs or file loaded from there."
   :group 'riece-server)
 
 (defcustom riece-username (or (getenv "IRCNAME")
-                             (user-real-login-name))
+                             user-full-name)
   "Your user name."
   :type 'string
   :group 'riece-server)