From b89cd8fd8322bf8aa23130398a0a70defcba708d Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 14 Feb 2012 11:49:09 +0100 Subject: Fixes #2303 (add user_list_sort option) --- data/default_config.cfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') 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 -- cgit v1.2.3