diff mcabber/mcabberrc.example @ 1377:cd9182f0b5c7

Add /room setopt {print_status,auto_whois} - add the command /room setopt - add option 'muc_auto_whois' The MUC settings auto_whois and print_status can be set on a per-room basis.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 27 Nov 2007 23:57:20 +0100
parents c373ff3fe7e1
children 8e763c2c331f
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Fri Nov 23 21:56:58 2007 +0100
+++ b/mcabber/mcabberrc.example	Tue Nov 27 23:57:20 2007 +0100
@@ -245,6 +245,12 @@
 # the roster when somebody joins a room.  Set it to 2 if you want a flag
 # for leaves too.
 #set muc_flag_joins = 0
+# Set 'muc_print_status' to see status changes in MUC rooms:
+# 1: (none)       do not display joining/leaving members
+# 2: (in_and_out) display joining/leaving members
+# 3: (all)        display joining/leaving members and member status changes
+# (default: in_and_out)
+#set muc_print_status = 2
 # 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