diff options
author | mathieui <mathieui@mathieui.net> | 2012-02-14 11:49:09 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-02-14 11:49:09 +0100 |
commit | b89cd8fd8322bf8aa23130398a0a70defcba708d (patch) | |
tree | cd3c785dc635940735b320538e3869de1e5ad799 /data | |
parent | 0f5ba0a7119ab6d2aa61e436fa19a8046ffbf712 (diff) | |
download | poezio-b89cd8fd8322bf8aa23130398a0a70defcba708d.tar.gz poezio-b89cd8fd8322bf8aa23130398a0a70defcba708d.tar.bz2 poezio-b89cd8fd8322bf8aa23130398a0a70defcba708d.tar.xz poezio-b89cd8fd8322bf8aa23130398a0a70defcba708d.zip |
Fixes #2303 (add user_list_sort option)
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 5284579f..a717fbc2 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -198,6 +198,12 @@ vertical_tab_list_size = 20 vertical_tab_list_sort = desc +# Show the user list at the bottom when in a MUC +# (useful when you want to look at the bottom of the screen only) +# possible values: desc, asc +user_list_sort = desc + + # The nick of people who join, part, change their status, etc. in a MUC will # be displayed using their nick color if true. display_user_color_in_join_part = false |