]>
Commit | Line | Data |
---|---|---|
aca63701 | 1 | # |
483da16c BB |
2 | # weechat -- plugins.conf |
3 | # | |
4 | # WARNING: It is NOT recommended to edit this file by hand, | |
5 | # especially if WeeChat is running. | |
6 | # | |
7 | # Use /set or similar command to change settings in WeeChat. | |
8 | # | |
9 | # For more info, see: https://weechat.org/doc/quickstart | |
aca63701 BB |
10 | # |
11 | ||
12 | [var] | |
13 | fifo.fifo = "on" | |
14 | guile.check_license = "on" | |
15 | lua.check_license = "on" | |
16 | perl.beep.beep_command_dcc = "growlnotify -m 'Someone sent you DCC' IRC DCC" | |
17 | perl.beep.beep_command_highlight = "growlnotify -m 'Someone mentioned your name on weechat' IRC Highlight" | |
18 | perl.beep.beep_command_pv = "growlnotify -m 'Someone sent you a private message' IRC Private Message" | |
19 | perl.beep.beep_command_timeout = "30000" | |
20 | perl.beep.beep_dcc = "on" | |
21 | perl.beep.beep_highlight = "on" | |
22 | perl.beep.beep_highlight_blacklist = "off" | |
23 | perl.beep.beep_highlight_whitelist = "off" | |
24 | perl.beep.beep_pv = "on" | |
25 | perl.beep.beep_pv_blacklist = "off" | |
26 | perl.beep.beep_pv_whitelist = "off" | |
27 | perl.beep.beep_trigger_highlight = "" | |
28 | perl.beep.beep_trigger_pv = "" | |
29 | perl.beep.bell_always = "" | |
30 | perl.beep.blacklist_nicks = "" | |
31 | perl.beep.whitelist_channels = "" | |
32 | perl.beep.whitelist_nicks = "" | |
33 | perl.chanmon.alignment = "nchannel" | |
34 | perl.chanmon.bar_lines = "10" | |
35 | perl.chanmon.color_buf = "on" | |
36 | perl.chanmon.dynamic = "off" | |
37 | perl.chanmon.logging = "off" | |
38 | perl.chanmon.merge_private = "on" | |
39 | perl.chanmon.nick_prefix = "<" | |
40 | perl.chanmon.nick_suffix = ">" | |
41 | perl.chanmon.output = "bar" | |
42 | perl.chanmon.short_names = "on" | |
43 | perl.chanmon.show_aways = "off" | |
44 | perl.check_license = "on" | |
45 | python.check_license = "on" | |
46 | python.screen_away.away_suffix = "[away]" | |
47 | python.screen_away.command_on_attach = "" | |
48 | python.screen_away.command_on_detach = "" | |
49 | python.screen_away.interval = "5" | |
50 | python.screen_away.message = "Detached from tmux" | |
51 | tcl.check_license = "on" | |
52 | ||
53 | [desc] | |
54 | perl.beep.beep_command_dcc = "command for beep on dcc, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")" | |
55 | perl.beep.beep_command_highlight = "command for beep on highlight, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")" | |
56 | perl.beep.beep_command_pv = "command for beep on private message, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")" | |
57 | perl.beep.beep_command_timeout = "timeout for command run (in milliseconds, 0 = never kill (not recommended)) (default: "30000")" | |
58 | perl.beep.beep_dcc = "beep on dcc (default: "on")" | |
59 | perl.beep.beep_highlight = "beep on highlight (default: "on")" | |
60 | perl.beep.beep_highlight_blacklist = "turn blacklist for highlights on or off (default: "off")" | |
61 | perl.beep.beep_highlight_whitelist = "turn whitelist for highlights on or off (default: "off")" | |
62 | perl.beep.beep_pv = "beep on private message (default: "on")" | |
63 | perl.beep.beep_pv_blacklist = "turn blacklist for private messages on or off (default: "off")" | |
64 | perl.beep.beep_pv_whitelist = "turn whitelist for private messages on or off (default: "off")" | |
65 | perl.beep.beep_trigger_highlight = "word that will trigger execution of beep_command_highlight (if empty, anything will trigger) (default: "")" | |
66 | perl.beep.beep_trigger_pv = "word that will trigger execution of beep_command_pv (it empty, anything will trigger) (default: "")" | |
67 | perl.beep.bell_always = "use $bell on private messages and/or highlights regardless of trigger and whitelist settings (example: "pv,highlight") (default: "")" | |
68 | 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: "")" | |
69 | 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: "")" | |
70 | 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: "")" |