]> git.rmz.io Git - dotfiles.git/blob - weechat/plugins.conf
flexget: add blacklist redemption
[dotfiles.git] / weechat / plugins.conf
1 #
2 # weechat -- plugins.conf
3 #
4
5 [var]
6 fifo.fifo = "on"
7 guile.check_license = "off"
8 lua.check_license = "off"
9 lua.matrix.autojoin_on_invite = "on"
10 lua.matrix.backlog_lines = "120"
11 lua.matrix.debug = "off"
12 lua.matrix.encrypted_message_color = "lightgreen"
13 lua.matrix.homeserver_url = "https://matrix.org/"
14 lua.matrix.local_echo = "on"
15 lua.matrix.password = ""
16 lua.matrix.typing_notices = "on"
17 lua.matrix.user = ""
18 perl.beep.beep_command_dcc = "$bell"
19 perl.beep.beep_command_highlight = "$bell"
20 perl.beep.beep_command_pv = "$bell"
21 perl.beep.beep_command_timeout = "30000"
22 perl.beep.beep_dcc = "on"
23 perl.beep.beep_highlight = "on"
24 perl.beep.beep_highlight_blacklist = "off"
25 perl.beep.beep_highlight_whitelist = "off"
26 perl.beep.beep_pv = "on"
27 perl.beep.beep_pv_blacklist = "off"
28 perl.beep.beep_pv_whitelist = "off"
29 perl.beep.beep_trigger_highlight = ""
30 perl.beep.beep_trigger_pv = ""
31 perl.beep.bell_always = ""
32 perl.beep.blacklist_nicks = ""
33 perl.beep.whitelist_channels = ""
34 perl.beep.whitelist_nicks = ""
35 perl.check_license = "off"
36 perl.highmon.alignment = "nchannel"
37 perl.highmon.away_only = "off"
38 perl.highmon.bar_lines = "250"
39 perl.highmon.bar_scrolldown = "on"
40 perl.highmon.color_buf = "on"
41 perl.highmon.first_run = "true"
42 perl.highmon.hotlist_show = "off"
43 perl.highmon.logging = "off"
44 perl.highmon.merge_private = "off"
45 perl.highmon.nick_prefix = "<"
46 perl.highmon.nick_suffix = ">"
47 perl.highmon.output = "buffer"
48 perl.highmon.short_names = "on"
49 python.check_license = "off"
50 python.grep.clear_buffer = "off"
51 python.grep.default_tail_head = "10"
52 python.grep.go_to_buffer = "on"
53 python.grep.log_filter = ""
54 python.grep.max_lines = "4000"
55 python.grep.show_summary = "on"
56 python.grep.size_limit = "2048"
57 python.screen_away.away_suffix = ""
58 python.screen_away.command_on_attach = ""
59 python.screen_away.command_on_detach = ""
60 python.screen_away.ignore = ""
61 python.screen_away.ignore_relays = "off"
62 python.screen_away.interval = "5"
63 python.screen_away.message = "Detached from tmux"
64 python.screen_away.set_away = "on"
65 python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z"
66 python.slack_extension.colorize_messages = "0"
67 python.slack_extension.colorize_nicks = "1"
68 python.slack_extension.colorize_private_chats = "0"
69 python.slack_extension.debug_mode = ""
70 python.slack_extension.distracting_channels = ""
71 python.slack_extension.server_alias.uh-sensationeditor = "se"
72 python.slack_extension.server_alias.ultrahaptics = "uh"
73 python.slack_extension.show_reaction_nicks = "0"
74 python.slack_extension.slack_api_token = "${sec.data.slack_uh},${sec.data.slack_se}"
75 python.slack_extension.switch_buffer_on_join = "1"
76 python.slack_extension.trigger_value = "0"
77 python.slack_extension.unfurl_ignore_alt_text = "0"
78 ruby.check_license = "off"
79 tcl.check_license = "off"
80
81 [desc]
82 lua.matrix.autojoin_on_invite = "Automatically join rooms you are invited to (default: "on")"
83 lua.matrix.backlog_lines = "Number of lines to fetch from backlog upon connecting (default: "120")"
84 lua.matrix.debug = "Print a lot of extra information to help with finding bugs and other problems. (default: "off")"
85 lua.matrix.encrypted_message_color = "Print encrypted mesages with this color (default: "lightgreen")"
86 lua.matrix.homeserver_url = "Full URL including port to your homeserver (including trailing slash) or use default matrix.org (default: "https://matrix.org/")"
87 lua.matrix.local_echo = "Print lines locally instead of waiting for return from server (default: "on")"
88 lua.matrix.password = "Your homeserver password (default: "")"
89 lua.matrix.typing_notices = "Send typing notices when you type (default: "on")"
90 lua.matrix.user = "Your homeserver username (default: "")"
91 perl.beep.beep_command_dcc = "command for beep on dcc, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
92 perl.beep.beep_command_highlight = "command for beep on highlight, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
93 perl.beep.beep_command_pv = "command for beep on private message, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
94 perl.beep.beep_command_timeout = "timeout for command run (in milliseconds, 0 = never kill (not recommended)) (default: "30000")"
95 perl.beep.beep_dcc = "beep on dcc (default: "on")"
96 perl.beep.beep_highlight = "beep on highlight (default: "on")"
97 perl.beep.beep_highlight_blacklist = "turn blacklist for highlights on or off (default: "off")"
98 perl.beep.beep_highlight_whitelist = "turn whitelist for highlights on or off (default: "off")"
99 perl.beep.beep_pv = "beep on private message (default: "on")"
100 perl.beep.beep_pv_blacklist = "turn blacklist for private messages on or off (default: "off")"
101 perl.beep.beep_pv_whitelist = "turn whitelist for private messages on or off (default: "off")"
102 perl.beep.beep_trigger_highlight = "word that will trigger execution of beep_command_highlight (if empty, anything will trigger) (default: "")"
103 perl.beep.beep_trigger_pv = "word that will trigger execution of beep_command_pv (it empty, anything will trigger) (default: "")"
104 perl.beep.bell_always = "use $bell on private messages and/or highlights regardless of trigger and whitelist settings (example: "pv,highlight") (default: "")"
105 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: "")"
106 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: "")"
107 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: "")"
108 python.screen_away.away_suffix = "What to append to your nick when you're away."
109 python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon"
110 python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon"
111 python.screen_away.ignore = "Comma-separated list of servers to ignore."
112 python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces"
113 python.screen_away.interval = "How often in seconds to check screen status"
114 python.screen_away.message = "Away message"
115 python.screen_away.set_away = "Set user as away."
116 python.screen_away.time_format = "time format append to away message"