X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/25b41571e092a35e26cfd556abca836db4879b8d..e13c0a2b5802f55a1aeab48dc9b88c18222cd5bd:/weechat/plugins.conf diff --git a/weechat/plugins.conf b/weechat/plugins.conf index dd3eb42..7969869 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -6,7 +6,7 @@ # # Use commands like /set or /fset to change settings in WeeChat. # -# For more info, see: https://weechat.org/doc/quickstart/ +# For more info, see: https://weechat.org/doc/weechat/quickstart/ # [var] @@ -53,6 +53,19 @@ perl.highmon.nick_prefix = "<" perl.highmon.nick_suffix = ">" perl.highmon.output = "buffer" perl.highmon.short_names = "on" +perl.parse_relayed_msg.blacklist = "" +perl.parse_relayed_msg.debug = "off" +perl.parse_relayed_msg.nick_mode = "?" +perl.parse_relayed_msg.nick_mode_color = "yellow" +perl.parse_relayed_msg.relaynet_color = "blue" +perl.parse_relayed_msg.relaynet_to_nicklist = "off" +perl.parse_relayed_msg.servername = "i2p,freenet" +perl.parse_relayed_msg.supported_bot_names = "i2pr,cloudrelay*,MultiRelay*,FLIPRelayBot*,i2pRelay,u2,uuu,RelayBot,lll,iRelay,fox,wolf,hawk,muninn,gribble,vulpine,*GitterBot" +perl.parse_relayed_msg.supported_message_kinds = "irc_privmsg,matrix_message" +perl.parse_relayed_msg.suppress_relaynet = "off" +perl.parse_relayed_msg.suppress_relaynet_channels = "" +perl.parse_relayed_msg.timer = "600" +perl.parse_relayed_msg.unexpected_msg_handling = "unchanged" python.check_license = "off" python.go.auto_jump = "off" python.go.buffer_number = "on" @@ -64,7 +77,9 @@ python.go.color_number = "yellow,magenta" python.go.color_number_selected = "yellow,red" python.go.fuzzy_search = "off" python.go.message = "Go to: " +python.go.min_chars = "0" python.go.short_name = "off" +python.go.short_name_server = "off" python.go.sort = "number,beginning" python.go.use_core_instead_weechat = "off" python.grep.clear_buffer = "off" @@ -176,6 +191,19 @@ perl.beep.bell_always = "use $bell on private messages and/or highlights regardl perl.beep.blacklist_nicks = "comma-separated list of "server.nick": if not empty, these nicks will not be able to trigger execution of commands. Cannot be used in conjuction with whitelist (example: "freenode.nick1,freenode.nick2") (default: "")" perl.beep.whitelist_channels = "comma-separated list of "server.#channel": if not empty, only these channels will trigger execution of commands (example: "freenode.#weechat,freenode.#channel2") (default: "")" perl.beep.whitelist_nicks = "comma-separated list of "server.nick": if not empty, only these nicks will trigger execution of commands (example: "freenode.nick1,freenode.nick2") (default: "")" +perl.parse_relayed_msg.blacklist = "Comma-separated list of relayed nicknames to be ignored (similar to /ignore). The format is case-sensitive: ." +perl.parse_relayed_msg.debug = "Enable output of raw IRC messages. This is a developer feature and should generally be turned off. The format is: : (default: off)" +perl.parse_relayed_msg.nick_mode = "Prefix character used to mark relayed nicknames. (default: ⇅). Since WeeChat 0.4.2 you can use format ${color:xxx} but this doesn't affect nicklist." +perl.parse_relayed_msg.nick_mode_color = "Color of the prefix character. (default: yellow)" +perl.parse_relayed_msg.relaynet_color = "Color of nicknames' network part. Leave blank for altering colors. (default: "")" +perl.parse_relayed_msg.relaynet_to_nicklist = "Include relaynets in the nicklist. (default: off)" +perl.parse_relayed_msg.servername = "Comma-separated list of internal servers to enable parse_relayed_msg for. (default: i2p,freenet)" +perl.parse_relayed_msg.supported_bot_names = "Comma-separated list of relay bots." +perl.parse_relayed_msg.supported_message_kinds = "Comma-separated list of message kinds." +perl.parse_relayed_msg.suppress_relaynet = "Hide nicknames' network part (if applicable). (default: off)" +perl.parse_relayed_msg.suppress_relaynet_channels = "Comma-separated list of channels to activate suppress_relaynet in. Format: "servername.channel", e.g. "i2p.#i2p-dev,freenode.#weechat". (default: "" (i.e. global))" +perl.parse_relayed_msg.timer = "Time (in s) after which relayed nicknames get removed from the nicklist. (default: 600)" +perl.parse_relayed_msg.unexpected_msg_handling = "Ignore relay bot messages with unexpected syntax (drop/unchanged). (default: unchanged)" 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")" @@ -186,7 +214,9 @@ python.go.color_number = "color for buffer number (not selected) (default: "yell 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")" python.screen_away.away_suffix = "What to append to your nick when you're away." @@ -235,7 +265,7 @@ python.slack.shared_name_prefix = "The prefix of buffer names for shared channel python.slack.short_buffer_names = "Use `foo.#channel` rather than `foo.slack.com.#channel` as the internal name for Slack buffers." python.slack.show_buflist_presence = "Display a `+` character in the buffer list for present users." python.slack.show_reaction_nicks = "Display the name of the reacting user(s) alongside each reactji." -python.slack.slack_api_token = "List of Slack API tokens, one per Slack instance you want to connect to. See the README for details on how to get these." +python.slack.slack_api_token = "List of Slack API tokens, one per Slack instance you want to connect to; see the README for details on how to get these (note: content is evaluated, see /help eval)." python.slack.slack_timeout = "How long (ms) to wait when communicating with Slack." python.slack.switch_buffer_on_join = "When /joining a channel, automatically switch to it as well." python.slack.thread_broadcast_prefix = "Prefix to distinguish thread messages that were also sent to the channel, when thread_messages_in_channel is enabled."