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