# # weechat -- plugins.conf # [var] lua.check_license = "off" perl.beep.beep_command_dcc = "$bell" perl.beep.beep_command_highlight = "$bell" perl.beep.beep_command_pv = "$bell" perl.beep.beep_command_timeout = "30000" perl.beep.beep_dcc = "on" perl.beep.beep_highlight = "on" perl.beep.beep_highlight_blacklist = "off" perl.beep.beep_highlight_whitelist = "off" perl.beep.beep_pv = "on" perl.beep.beep_pv_blacklist = "off" perl.beep.beep_pv_whitelist = "off" perl.beep.beep_trigger_highlight = "" perl.beep.beep_trigger_pv = "" perl.beep.bell_always = "" perl.beep.blacklist_nicks = "" perl.beep.whitelist_channels = "" perl.beep.whitelist_nicks = "" perl.check_license = "on" perl.minbif_typing_notice.minbif_server = "minbif" python.apply_corrections.check_every = "5" python.apply_corrections.data_timeout = "60" python.apply_corrections.message_limit = "2" python.apply_corrections.print_format = "[nick]: [corrected]" python.apply_corrections.print_limit = "1" python.check_license = "on" python.colorize_nicks.blacklist_channels = "" python.colorize_nicks.blacklist_nicks = "so,root" python.colorize_nicks.colorize_input = "off" python.colorize_nicks.greedy_matching = "on" python.colorize_nicks.ignore_tags = "" python.colorize_nicks.min_nick_length = "2" python.correction_completion.lang = "en" python.country.show_in_whois = "on" python.country.show_localtime = "off" python.country.time_format = "%x %X %Z" python.screen_away.away_suffix = "" python.screen_away.command_on_attach = "" python.screen_away.command_on_detach = "" python.screen_away.ignore = "rezosup,freenode,worldnet,epiknet,quakenet,geeknode,mongueurs" python.screen_away.ignore_relays = "on" python.screen_away.interval = "5" python.screen_away.message = "Detached from screen" python.screen_away.set_away = "on" python.screen_away.time_format = "since %Y-%m-%d %H:%M:%S%z" python.title.short_name = "on" python.title.title_priority = "2" [desc] perl.beep.beep_command_dcc = "command for beep on dcc, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")" perl.beep.beep_command_highlight = "command for beep on highlight, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")" perl.beep.beep_command_pv = "command for beep on private message, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")" perl.beep.beep_command_timeout = "timeout for command run (in milliseconds, 0 = never kill (not recommended)) (default: "30000")" perl.beep.beep_dcc = "beep on dcc (default: "on")" perl.beep.beep_highlight = "beep on highlight (default: "on")" perl.beep.beep_highlight_blacklist = "turn blacklist for highlights on or off (default: "off")" perl.beep.beep_highlight_whitelist = "turn whitelist for highlights on or off (default: "off")" perl.beep.beep_pv = "beep on private message (default: "on")" perl.beep.beep_pv_blacklist = "turn blacklist for private messages on or off (default: "off")" perl.beep.beep_pv_whitelist = "turn whitelist for private messages on or off (default: "off")" perl.beep.beep_trigger_highlight = "word that will trigger execution of beep_command_highlight (if empty, anything will trigger) (default: "")" perl.beep.beep_trigger_pv = "word that will trigger execution of beep_command_pv (it empty, anything will trigger) (default: "")" perl.beep.bell_always = "use $bell on private messages and/or highlights regardless of trigger and whitelist settings (example: "pv,highlight") (default: "")" 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: "")" 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: "")" 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: "")" python.apply_corrections.check_every = "Interval between each check for expired messages." python.apply_corrections.data_timeout = "Time before a message is expired." python.apply_corrections.message_limit = "Number of messages to store per nick." python.apply_corrections.print_format = "Format string for the printed corrections." python.apply_corrections.print_limit = "Maximum number of lines to correct." python.screen_away.away_suffix = "What to append to your nick when you're away." python.screen_away.command_on_attach = "Commands to execute on attach, separated by semicolon" python.screen_away.command_on_detach = "Commands to execute on detach, separated by semicolon" python.screen_away.ignore = "Comma-separated list of servers to ignore." python.screen_away.ignore_relays = "Only check screen status and ignore relay interfaces" python.screen_away.interval = "How often in seconds to check screen status" python.screen_away.message = "Away message" python.screen_away.set_away = "Set user as away." python.screen_away.time_format = "time format append to away message"