2 # plugins.conf -- weechat v0.4.2
7 lua.check_license = "off"
8 perl.beep.beep_command_dcc = "$bell"
9 perl.beep.beep_command_highlight = "$bell"
10 perl.beep.beep_command_pv = "$bell"
11 perl.beep.beep_command_timeout = "30000"
12 perl.beep.beep_dcc = "on"
13 perl.beep.beep_highlight = "on"
14 perl.beep.beep_highlight_blacklist = "off"
15 perl.beep.beep_highlight_whitelist = "off"
16 perl.beep.beep_pv = "on"
17 perl.beep.beep_pv_blacklist = "off"
18 perl.beep.beep_pv_whitelist = "off"
19 perl.beep.beep_trigger_highlight = ""
20 perl.beep.beep_trigger_pv = ""
21 perl.beep.bell_always = ""
22 perl.beep.blacklist_nicks = ""
23 perl.beep.whitelist_channels = ""
24 perl.beep.whitelist_nicks = ""
25 perl.check_license = "off"
26 perl.highmon.alignment = "nchannel"
27 perl.highmon.away_only = "off"
28 perl.highmon.color_buf = "on"
29 perl.highmon.hotlist_show = "off"
30 perl.highmon.logging = "off"
31 perl.highmon.merge_private = "off"
32 perl.highmon.nick_prefix = "<"
33 perl.highmon.nick_suffix = ">"
34 perl.highmon.output = "buffer"
35 perl.highmon.short_names = "off"
36 python.check_license = "off"
37 ruby.check_license = "off"
38 tcl.check_license = "off"
41 perl.beep.beep_command_dcc = "command for beep on dcc, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
42 perl.beep.beep_command_highlight = "command for beep on highlight, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
43 perl.beep.beep_command_pv = "command for beep on private message, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")"
44 perl.beep.beep_command_timeout = "timeout for command run (in milliseconds, 0 = never kill (not recommended)) (default: "30000")"
45 perl.beep.beep_dcc = "beep on dcc (default: "on")"
46 perl.beep.beep_highlight = "beep on highlight (default: "on")"
47 perl.beep.beep_highlight_blacklist = "turn blacklist for highlights on or off (default: "off")"
48 perl.beep.beep_highlight_whitelist = "turn whitelist for highlights on or off (default: "off")"
49 perl.beep.beep_pv = "beep on private message (default: "on")"
50 perl.beep.beep_pv_blacklist = "turn blacklist for private messages on or off (default: "off")"
51 perl.beep.beep_pv_whitelist = "turn whitelist for private messages on or off (default: "off")"
52 perl.beep.beep_trigger_highlight = "word that will trigger execution of beep_command_highlight (if empty, anything will trigger) (default: "")"
53 perl.beep.beep_trigger_pv = "word that will trigger execution of beep_command_pv (it empty, anything will trigger) (default: "")"
54 perl.beep.bell_always = "use $bell on private messages and/or highlights regardless of trigger and whitelist settings (example: "pv,highlight") (default: "")"
55 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: "")"
56 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: "")"
57 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: "")"