comparison 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
comparison
equal deleted inserted replaced
1206:abc5847d1613 1207:8f0af3b88cef
210 # for leaves too. 210 # for leaves too.
211 #set muc_flag_joins = 0 211 #set muc_flag_joins = 0
212 # Set 'muc_auto_whois' to 1 if you want to call /room whois each time 212 # Set 'muc_auto_whois' to 1 if you want to call /room whois each time
213 # somebody joins a room. (default: 0) 213 # somebody joins a room. (default: 0)
214 #set muc_auto_whois = 0 214 #set muc_auto_whois = 0
215 #
216 # Set 'muc_disable_nick_hl' to 1 if you don't want mcabber to color lines
217 # containing your nickname in a MUC room.
218 #set muc_disable_nick_hl = 0
215 219
216 # Status messages 220 # Status messages
217 # The "message" value will override all others, take care! 221 # The "message" value will override all others, take care!
218 #set message = Unique message status 222 #set message = Unique message status
219 #set message_avail = I'm available 223 #set message_avail = I'm available