diff 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
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Sat Mar 13 11:57:32 2010 +0100
+++ b/mcabber/mcabberrc.example	Sat Mar 13 13:18:07 2010 +0100
@@ -307,6 +307,11 @@
 # 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
+#
+# Set 'completion_muc_suffix' if you want mcabber to append a string to
+# suggested nicknames (only at the beginning of a line), like ":" or ",".
+# (Default: none)
+#set completion_muc_suffix = ": "
 
 # Status messages
 # The 'message' value will override all others, take care!