From 465f6106b5a8c9089d33e2380a1d5ec58dd0bd5e Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Mon, 7 Nov 2011 09:39:11 +0000 Subject: Fixed up ack parsing. --- lib/mauve/notifiers/xmpp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mauve/notifiers') diff --git a/lib/mauve/notifiers/xmpp.rb b/lib/mauve/notifiers/xmpp.rb index 8254494..44c6f16 100644 --- a/lib/mauve/notifiers/xmpp.rb +++ b/lib/mauve/notifiers/xmpp.rb @@ -565,7 +565,7 @@ EOF alerts, n_hours, type_hours, dhms, note = [$1,$2, $3, $4, $5] - alerts = alerts.split(/\D/) + alerts = alerts.split(/\D+/) n_hours = case dhms when /^day/ -- cgit v1.2.1