From d2d04162146e6df454d67a4e48ee6655af1d6c0a Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 11 Mar 2013 17:54:29 +0100 Subject: Fix #1841 (User nickname) - add a use_pep_nick boolean option - use it as a nickname for roster contacts, but it does not supercede the user-defined handle - send a at the beginning of a normal chat - not implemented in MUC (wontfix) --- data/default_config.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/default_config.cfg') diff --git a/data/default_config.cfg b/data/default_config.cfg index dacfd91c..cbab6f64 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -349,6 +349,10 @@ display_tune_notifications = false # option will be ignored. receive_user_tune = true +# If set to true, use the nickname broadcasted by the user if none has been +# set manually. +use_pep_nick = true + # if true, chat states will be sent to the people you are talking to. # Chat states are, for example, messages informing that you are composing # a message or that you closed the tab, etc -- cgit v1.2.3