diff weechat/plugins.conf @ 299:8959592285b9

Merge changes.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 May 2015 16:15:19 -0700
parents 27447ad19df6
children 133cfc2e5b94
line wrap: on
line diff
--- a/weechat/plugins.conf	Tue Apr 21 16:31:53 2015 -0700
+++ b/weechat/plugins.conf	Wed May 20 16:15:19 2015 -0700
@@ -1,5 +1,5 @@
 #
-# plugins.conf -- weechat v1.1
+# plugins.conf -- weechat v1.1.1
 #
 
 [var]
@@ -15,8 +15,10 @@
 perl.pushover.pb_apikey = ""
 perl.pushover.pb_device_iden = ""
 perl.pushover.priority = ""
+perl.pushover.rate_limit = "0"
 perl.pushover.redact_priv_msg = "off"
 perl.pushover.service = "pushover"
+perl.pushover.short_name = "off"
 perl.pushover.show_highlights = "on"
 perl.pushover.show_priv_msg = "on"
 perl.pushover.sound = ""
@@ -46,8 +48,10 @@
 perl.pushover.pb_apikey = "Pushbullet API key (default: "")"
 perl.pushover.pb_device_iden = "Device Iden of pushbullet device (default: "")"
 perl.pushover.priority = "priority (empty for default) (default: "")"
+perl.pushover.rate_limit = "Rate limit in seconds (0 = unlimited), will send a maximum of 1 notification per time limit (default: "0")"
 perl.pushover.redact_priv_msg = "When receiving private message notifications, hide the actual message text (default: "off")"
 perl.pushover.service = "Notification service to use. Multiple services may be supplied as comma separated list. (supported services: pushover, nma, pushbullet) (default: "pushover")"
+perl.pushover.short_name = "Use short buffer name in notification (default: "off")"
 perl.pushover.show_highlights = "Notify on highlights (default: "on")"
 perl.pushover.show_priv_msg = "Notify on private messages (default: "on")"
 perl.pushover.sound = "Sound (empty for default) (default: "")"