# # weechat -- plugins.conf # # WARNING: It is NOT recommended to edit this file by hand, # especially if WeeChat is running. # # Use commands like /set or /fset to change settings in WeeChat. # # For more info, see: https://weechat.org/doc/weechat/quickstart/ # [var] perl.highmon.alignment = "channel" perl.highmon.away_only = "off" perl.highmon.color_buf = "darkgray" perl.highmon.first_run = "true" perl.highmon.hotlist_show = "off" perl.highmon.logging = "off" perl.highmon.merge_private = "off" perl.highmon.nick_prefix = "" perl.highmon.nick_suffix = "" perl.highmon.output = "buffer" perl.highmon.short_names = "off" python.clone_scanner.autofocus = "on" python.clone_scanner.clone_onjoin_alert_key = "mask" python.clone_scanner.clone_report_key = "mask" python.clone_scanner.colors.clone_report.clone.match = "chat" python.clone_scanner.colors.clone_report.clone.message = "chat" python.clone_scanner.colors.clone_report.header.channel = "bold" python.clone_scanner.colors.clone_report.header.message = "chat" python.clone_scanner.colors.clone_report.header.number_of_hosts = "bold" python.clone_scanner.colors.clone_report.subheader.host = "bold" python.clone_scanner.colors.clone_report.subheader.message = "chat" python.clone_scanner.colors.clone_report.subheader.number_of_clones = "bold" python.clone_scanner.colors.join_messages.channel = "bold" python.clone_scanner.colors.join_messages.identhost = "chat" python.clone_scanner.colors.join_messages.message = "chat" python.clone_scanner.colors.join_messages.nick = "bold" python.clone_scanner.colors.mask.identhost = "" python.clone_scanner.colors.mask.nick = "bold" python.clone_scanner.colors.onjoin_alert.channel = "red" python.clone_scanner.colors.onjoin_alert.matches = "bold red" python.clone_scanner.colors.onjoin_alert.message = "red" python.clone_scanner.colors.onjoin_alert.nick = "bold red" python.clone_scanner.compare_idents = "off" python.clone_scanner.display_join_messages = "off" python.clone_scanner.display_onjoin_alert_clone_buffer = "on" python.clone_scanner.display_onjoin_alert_current_buffer = "off" python.clone_scanner.display_onjoin_alert_target_buffer = "on" python.clone_scanner.display_scan_report_clone_buffer = "on" python.clone_scanner.display_scan_report_current_buffer = "on" python.clone_scanner.display_scan_report_target_buffer = "off" python.clone_scanner.hooks.excluded_servers = "bitlbee,twitchtv" python.clone_scanner.hooks.explicit_servers = "*" python.clone_scanner.lag_warning = "on" python.go.auto_jump = "off" python.go.buffer_number = "off" python.go.color_name = "darkgray" python.go.color_name_highlight = "white" python.go.color_name_highlight_selected = "cyan" python.go.color_name_selected = "cyan" python.go.color_number = "darkgray" python.go.color_number_selected = "cyan" python.go.fuzzy_search = "off" python.go.message = "/go " python.go.min_chars = "0" python.go.short_name = "on" python.go.short_name_server = "off" python.go.sort = "number,beginning" python.go.use_core_instead_weechat = "off" python.grep.clear_buffer = "off" python.grep.default_tail_head = "10" python.grep.go_to_buffer = "on" python.grep.log_filter = "" python.grep.max_lines = "4000" python.grep.show_summary = "on" python.grep.size_limit = "2048" python.grep.timeout_secs = "300" [desc] python.clone_scanner.autofocus = "Focus the clone_scanner buffer in the current window if it isn't already displayed by a window. (default: "on")" python.clone_scanner.clone_onjoin_alert_key = "Which 'key' to display in the on-join alerts: 'mask' for full hostmasks, or 'nick' for nicks (default: "mask")" python.clone_scanner.clone_report_key = "Which 'key' to display in the clone report: 'mask' for full hostmasks, or 'nick' for nicks (default: "mask")" python.clone_scanner.colors.clone_report.clone.match = "The colour of the match details (masks or nicks) in the clone report. (default: "chat")" python.clone_scanner.colors.clone_report.clone.message = "The colour of the clone hit in the clone report message. (default: "chat")" python.clone_scanner.colors.clone_report.header.channel = "The colour of the channel name in the clone report header. (default: "bold")" python.clone_scanner.colors.clone_report.header.message = "The colour of the clone report header. (default: "chat")" python.clone_scanner.colors.clone_report.header.number_of_hosts = "The colour of the number of hosts in the clone report header. (default: "bold")" python.clone_scanner.colors.clone_report.subheader.host = "The colour of the host in the clone report subheader. (default: "bold")" python.clone_scanner.colors.clone_report.subheader.message = "The colour of the clone report subheader. (default: "chat")" python.clone_scanner.colors.clone_report.subheader.number_of_clones = "The colour of the number of clones in the clone report subheader. (default: "bold")" python.clone_scanner.colors.join_messages.channel = "The colour for the 'channel'-part of the join messages. (default: "bold")" python.clone_scanner.colors.join_messages.identhost = "The colour for the 'ident@host'-part of the join messages. (default: "chat")" python.clone_scanner.colors.join_messages.message = "The base colour for the join messages. (default: "chat")" python.clone_scanner.colors.join_messages.nick = "The colour for the 'nick'-part of the join messages. Note: if you have colorize_nicks, this option might not always work as expected. (default: "bold")" python.clone_scanner.colors.mask.identhost = "The formatting of the identhost in the match mask. (default: "")" python.clone_scanner.colors.mask.nick = "The formatting of the nick in the match mask. (default: "bold")" python.clone_scanner.colors.onjoin_alert.channel = "The on-join clone alert's channel colour. Formats are space separated. (default: "red")" python.clone_scanner.colors.onjoin_alert.matches = "The on-join clone alert's matches (masks or nicks) colour. Formats are space separated. Note: if you have colorize_nicks, this option might not work as expected. (default: "bold red")" python.clone_scanner.colors.onjoin_alert.message = "The on-join clone alert's message colour. Formats are space separated. (default: "red")" python.clone_scanner.colors.onjoin_alert.nick = "The on-join clone alert's nick colour. Formats are space separated. Note: if you have colorize_nicks, this option might not work as expected. (default: "bold red")" python.clone_scanner.compare_idents = "Match against ident@host.name instead of just the hostname. Useful if you don't want different people from bouncers marked as clones (default: "off")" python.clone_scanner.display_join_messages = "Display all joins in the clone_scanner buffer (default: "off")" python.clone_scanner.display_onjoin_alert_clone_buffer = "Display an on-join clone alert in the clone_scanner buffer (default: "on")" python.clone_scanner.display_onjoin_alert_current_buffer = "Display an on-join clone alert in the current buffer (default: "off")" python.clone_scanner.display_onjoin_alert_target_buffer = "Display an on-join clone alert in the buffer where the clone was detected (default: "on")" python.clone_scanner.display_scan_report_clone_buffer = "Display manual scan reports in the clone buffer (default: "on")" python.clone_scanner.display_scan_report_current_buffer = "Display manual scan reports in the current buffer (default: "on")" python.clone_scanner.display_scan_report_target_buffer = "Display manual scan reports in the buffer of the scanned channel (default: "off")" python.clone_scanner.hooks.excluded_servers = "Which servers should the hook *not* be valid for? There's no support for wildcards unfortunately. E.g.: 'bitlbee,twitchtv' to exclude servers named bitlbee and twitchtv (default). (default: "bitlbee,twitchtv")" python.clone_scanner.hooks.explicit_servers = "Comma-separated, wildcard-supporting list of servers for which we should add hook to for monitoring clones. E.g. 'freenode,chat4all,esper*' or '*' (default) (default: "*")" python.clone_scanner.lag_warning = "Show temporary warning upon script load regarding the inefficiency of the script. Set to "off" to disable. (default: "on")" python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")" python.go.buffer_number = "display buffer number (default: "on")" python.go.color_name = "color for buffer name (not selected) (default: "black,cyan")" python.go.color_name_highlight = "color for highlight in buffer name (not selected) (default: "red,cyan")" python.go.color_name_highlight_selected = "color for highlight in a selected buffer name (default: "red,brown")" python.go.color_name_selected = "color for a selected buffer name (default: "black,brown")" python.go.color_number = "color for buffer number (not selected) (default: "yellow,magenta")" python.go.color_number_selected = "color for selected buffer number (default: "yellow,red")" python.go.fuzzy_search = "search buffer matches using approximation (default: "off")" python.go.message = "message to display before list of buffers (default: "Go to: ")" python.go.min_chars = "Minimum chars to search and display list of matching buffers (default: "0")" python.go.short_name = "display and search in short names instead of buffer name (default: "off")" python.go.short_name_server = "prefix short names with server names for search and display (default: "off")" python.go.sort = "comma-separated list of keys to sort buffers (the order is important, sorts are performed in the given order): name = sort by name (or short name), (default: "number,beginning")" python.go.use_core_instead_weechat = "use name "core" instead of "weechat" for core buffer (default: "off")"