comparison mcabber/mcabberrc.example @ 1756:e2c084204583

Add (optional) suffix after nick completion in Multi-User Chats New option: 'completion_muc_suffix' Closes issue #20 in mcabber-crew BTS.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 13 Mar 2010 13:18:07 +0100
parents eae4a2637f2c
children 6e55f9776d5d
comparison
equal deleted inserted replaced
1755:84487d78d0ea 1756:e2c084204583
305 #set muc_auto_whois = 0 305 #set muc_auto_whois = 0
306 # 306 #
307 # Set 'muc_disable_nick_hl' to 1 if you don't want mcabber to color lines 307 # Set 'muc_disable_nick_hl' to 1 if you don't want mcabber to color lines
308 # containing your nickname in a MUC room. 308 # containing your nickname in a MUC room.
309 #set muc_disable_nick_hl = 0 309 #set muc_disable_nick_hl = 0
310 #
311 # Set 'completion_muc_suffix' if you want mcabber to append a string to
312 # suggested nicknames (only at the beginning of a line), like ":" or ",".
313 # (Default: none)
314 #set completion_muc_suffix = ": "
310 315
311 # Status messages 316 # Status messages
312 # The 'message' value will override all others, take care! 317 # The 'message' value will override all others, take care!
313 #set message = Unique message status 318 #set message = Unique message status
314 #set message_avail = I'm available 319 #set message_avail = I'm available