X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e7eb8861c01c3a41cecfb31edb47fd736d7a41fe..1c0032c1db3983c71739a5ae016317a418fdb4b3:/weechat/plugins.conf diff --git a/weechat/plugins.conf b/weechat/plugins.conf index a9ecb1a..68e4968 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -4,7 +4,7 @@ # 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. +# Use commands like /set or /fset to change settings in WeeChat. # # For more info, see: https://weechat.org/doc/quickstart # @@ -107,6 +107,7 @@ python.slack.external_user_suffix = "*" python.slack.files_download_location = "" python.slack.group_name_prefix = "&" python.slack.history_fetch_count = "200" +python.slack.link_previews = "true" python.slack.map_underline_to = "_" python.slack.migrated = "true" python.slack.muted_channels_activity = "personal_highlights" @@ -217,6 +218,7 @@ python.slack.external_user_suffix = "The suffix appended to nicks to indicate ex python.slack.files_download_location = "If set, file attachments will be automatically downloaded to this location. "%h" will be replaced by WeeChat home, "~/.weechat" by default. Requires WeeChat 2.2 or newer." python.slack.group_name_prefix = "The prefix of buffer names for groups (private channels)." python.slack.history_fetch_count = "The number of messages to fetch for each channel when fetching history, between 1 and 1000." +python.slack.link_previews = "Show previews of website content linked by teammates." python.slack.map_underline_to = "When sending underlined text to slack, use this formatting character for it. The default ("_") sends it as italics. Use "*" to send bold instead." python.slack.muted_channels_activity = "Control which activity you see from muted channels, either none, personal_highlights, all_highlights or all. none: Don't show any activity. personal_highlights: Only show personal highlights, i.e. not @channel and @here. all_highlights: Show all highlights, but not other messages. all: Show all activity, like other channels." python.slack.never_away = "Poke Slack every five minutes so that it never marks you "away"."