diff mcabber/mcabberrc.example @ 2006:fa6694a193ec

Add configuration setting for previous commit
author Hermitifier
date Thu, 09 Feb 2012 14:21:36 +0100
parents 1fe1e8d1d1ea
children a859ed648638
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Tue Feb 07 12:13:02 2012 +0100
+++ b/mcabber/mcabberrc.example	Thu Feb 09 14:21:36 2012 +0100
@@ -323,6 +323,12 @@
 # Set 'muc_auto_whois' to 1 if you want to call /room whois each time
 # somebody joins a room. (default: 0)
 #set muc_auto_whois = 0
+# Set 'muc_print_jid' to see real jid in non-anonynmous room when somebody
+# joins. This setting will be ignored when auto_whois is enabled.
+# 0: only nick (don't print jid even if available)
+# 1: nick and bare jid
+# 2: nick and full jid with resource
+#set muc_print_jid = 1
 #
 # Set 'muc_disable_nick_hl' to 1 if you don't want mcabber to color lines
 # containing your nickname in a MUC room.