diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
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 |