diff mcabber/mcabberrc.example @ 659:e61aa455c61b

MUC: Add "nickname" option variable The nickname is now optional in the "/room join" command. The default nickname is the "nickname" option value; if there is none, the jid username is used.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 08 Jan 2006 01:25:58 +0100
parents d4119cb85aeb
children ae7016aae014
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Sat Jan 07 23:12:22 2006 +0100
+++ b/mcabber/mcabberrc.example	Sun Jan 08 01:25:58 2006 +0100
@@ -23,6 +23,12 @@
 set resource = mcabber
 #set priority = 3
 
+# Conference nickname
+# This nickname is used when joining a room, when no nick is explicitly
+# specified by the user.  Note that when the nickname option is not set,
+# the username variable can be used.
+#set nickname = Abitbol
+
 # Proxy
 # mcabber can use a proxy if it supports the CONNECT method
 # The proxy_user/proxy_pass variables are optional.