]> git.rmz.io Git - dotfiles.git/blobdiff - weechat/plugins.conf
vim: do not set pastetoggle in nvim
[dotfiles.git] / weechat / plugins.conf
index 7f74f7a5bb324b73ad16a7164d9c4fbdc643fc12..79698698ec654439026bc554acdfb79296995bf5 100644 (file)
@@ -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"
@@ -93,7 +108,7 @@ python.slack.channel_name_typing_indicator = "true"
 python.slack.color_buflist_muted_channels = "darkgray"
 python.slack.color_deleted = "red"
 python.slack.color_edited_suffix = "095"
-python.slack.color_reaction_suffix = "darkgray"
+python.slack.color_reaction_suffix = "darkblue"
 python.slack.color_reaction_suffix_added_by_you = "blue"
 python.slack.color_thread_suffix = "lightcyan"
 python.slack.color_typing_notice = "yellow"
@@ -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: <server>.<relaynick>"
+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:  <servername>:<botname> (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."
@@ -200,7 +230,7 @@ python.screen_away.no_output = "no detach/attach information will be displayed i
 python.screen_away.set_away = "Set user as away."
 python.screen_away.socket_file = "Socket file to use (leave blank to auto-detect)"
 python.screen_away.time_format = "time format append to away message"
-python.slack.auto_open_threads = "Automatically open threads when mentioned or inresponse to own messages."
+python.slack.auto_open_threads = "Automatically open threads when mentioned or in response to own messages."
 python.slack.background_load_all_history = "Load the history for all channels in the background when the script is loaded, rather than waiting until the buffer is switched to. You can set this to false if you experience performance issues, however that causes some loss of functionality, see known issues in the readme."
 python.slack.channel_name_typing_indicator = "Change the prefix of a channel from # to > when someone is typing in it. Note that this will (temporarily) affect the sort order if you sort buffers by name rather than by number."
 python.slack.color_buflist_muted_channels = "Color to use for muted channels in the buflist"
@@ -226,16 +256,16 @@ python.slack.never_away = "Poke Slack every five minutes so that it never marks
 python.slack.notify_subscribed_threads = "Control if you want to see a notification in the team buffer when a thread you're subscribed to receives a new message, either auto, true or false. auto means that you only get a notification if auto_open_threads and thread_messages_in_channel both are false. Defaults to auto."
 python.slack.notify_usergroup_handle_updated = "Control if you want to see a notification in the team buffer when ausergroup's handle has changed, either true or false."
 python.slack.record_events = "Log all traffic from Slack to disk as JSON."
-python.slack.render_bold_as = "When receiving bold text from Slack, render it as this in weechat."
-python.slack.render_emoji_as_string = "Render emojis as :emoji_name: instead of emoji characters. Enable this if your terminal doesn't support emojis, or set to 'both' if you want to see both renderings. Note that even though this is disabled by default, you need to place https://github.com/wee-slack/wee-slack/blob/master/weemoji.json in your weechat directory to enable rendering emojis as emoji characters."
-python.slack.render_italic_as = "When receiving bold text from Slack, render it as this in weechat. If your terminal lacks italic support, consider using "underline" instead."
+python.slack.render_bold_as = "When receiving bold text from Slack, render it as this in WeeChat."
+python.slack.render_emoji_as_string = "Render emojis as :emoji_name: instead of emoji characters. Enable this if your terminal doesn't support emojis, or set to 'both' if you want to see both renderings. Note that even though this is disabled by default, you need to place https://github.com/wee-slack/wee-slack/blob/master/weemoji.json in your WeeChat directory to enable rendering emojis as emoji characters."
+python.slack.render_italic_as = "When receiving bold text from Slack, render it as this in WeeChat. If your terminal lacks italic support, consider using "underline" instead."
 python.slack.send_typing_notice = "Alert Slack users when you are typing a message in the input bar (Requires reload)"
 python.slack.server_aliases = "A comma separated list of `subdomain:alias` pairs. The alias will be used instead of the actual name of the slack (in buffer names, logging, etc). E.g `work:no_fun_allowed` would make your work slack show up as `no_fun_allowed` rather than `work.slack.com`."
 python.slack.shared_name_prefix = "The prefix of buffer names for shared channels."
 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."