Add WeeChat configuration
This commit is contained in:
parent
5039d7d31e
commit
41b22eb7e4
12 changed files with 826 additions and 0 deletions
29
.weechat/plugins.conf
Normal file
29
.weechat/plugins.conf
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
#
|
||||
# plugins.conf -- weechat v0.3.9.2
|
||||
#
|
||||
|
||||
[var]
|
||||
python.apply_corrections.check_every = "5"
|
||||
python.apply_corrections.data_timeout = "60"
|
||||
python.apply_corrections.message_limit = "2"
|
||||
python.apply_corrections.print_format = "[nick]: [corrected]"
|
||||
python.apply_corrections.print_limit = "1"
|
||||
python.check_license = "on"
|
||||
python.colorize_nicks.blacklist_channels = ""
|
||||
python.colorize_nicks.blacklist_nicks = "so,root"
|
||||
python.colorize_nicks.colorize_input = "off"
|
||||
python.colorize_nicks.ignore_tags = ""
|
||||
python.colorize_nicks.min_nick_length = "2"
|
||||
python.correction_completion.lang = "en"
|
||||
python.country.show_in_whois = "on"
|
||||
python.country.show_localtime = "off"
|
||||
python.country.time_format = "%x %X %Z"
|
||||
python.title.short_name = "on"
|
||||
python.title.title_priority = "2"
|
||||
|
||||
[desc]
|
||||
python.apply_corrections.check_every = "Interval between each check for expired messages."
|
||||
python.apply_corrections.data_timeout = "Time before a message is expired."
|
||||
python.apply_corrections.message_limit = "Number of messages to store per nick."
|
||||
python.apply_corrections.print_format = "Format string for the printed corrections."
|
||||
python.apply_corrections.print_limit = "Maximum number of lines to correct."
|
||||
Loading…
Add table
Add a link
Reference in a new issue