diff mcabber/mcabberrc.example @ 1207:8f0af3b88cef

MUC: improve nickname detection and add option 'muc_disable_nick_hl' The nickname is recognized anywhere in the message, not only at the beginning. Line highlighting can be disabled with the new option.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 29 Apr 2007 11:07:36 +0200
parents abc5847d1613
children 401639413340
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Sat Apr 28 22:30:13 2007 +0200
+++ b/mcabber/mcabberrc.example	Sun Apr 29 11:07:36 2007 +0200
@@ -212,6 +212,10 @@
 # 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_disable_nick_hl' to 1 if you don't want mcabber to color lines
+# containing your nickname in a MUC room.
+#set muc_disable_nick_hl = 0
 
 # Status messages
 # The "message" value will override all others, take care!