diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 879f6590..8f6123d2 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -27,7 +27,13 @@ after_completion = , # a list of words (separated by a semicolon (:)) that will be highlighted if said by # someone on a room -highlight_on = FION +highlight_on = + +# if true, no join or quit message will be displayed in the rooms +hide_enter_join = False + +# if true, no status change will be displayed in the rooms +hide_status_change = False # the file where logs are saved (useless for the moment) logfile = logs |