You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#
|
|
|
|
# weechat -- autosort.conf
|
|
|
|
#
|
|
|
|
# WARNING: It is NOT recommended to edit this file by hand,
|
|
|
|
# especially if WeeChat is running.
|
|
|
|
#
|
|
|
|
# Use /set or similar command to change settings in WeeChat.
|
|
|
|
#
|
|
|
|
# For more info, see: https://weechat.org/doc/quickstart
|
|
|
|
#
|
|
|
|
|
|
|
|
[sorting]
|
|
|
|
case_sensitive = off
|
|
|
|
group_irc = on
|
|
|
|
replacements = "[["##", "#"], ["##", "#"]]"
|
|
|
|
rules = "[["core", 0], ["irc", 2], ["*", 1], ["irc.irc_raw", 0], ["irc.server", 1], ["irc.server.*.&*", 0], ["irc.server.*.#*", 1], ["irc.server.*.\\*status", 2]]"
|
|
|
|
signals = "buffer_opened buffer_merged buffer_unmerged buffer_renamed"
|
|
|
|
sort_on_config_change = on
|