diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-17 17:42:19 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-17 17:42:19 +0100 |
commit | e806fe922cf898a38c17ceeda4555e153943c999 (patch) | |
tree | b5cef9ec1443a314ee002cdd7aca006b9127fb42 /lib/mauve/notifiers/sms_aql.rb | |
parent | 0b83323a3bccff72da4aadd8f38d0305a5fdcca4 (diff) |
SMS return true on succes.
Diffstat (limited to 'lib/mauve/notifiers/sms_aql.rb')
-rw-r--r-- | lib/mauve/notifiers/sms_aql.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mauve/notifiers/sms_aql.rb b/lib/mauve/notifiers/sms_aql.rb index c1c356b..856c494 100644 --- a/lib/mauve/notifiers/sms_aql.rb +++ b/lib/mauve/notifiers/sms_aql.rb @@ -42,6 +42,11 @@ module Mauve }) raise response unless response.kind_of?(Net::HTTPSuccess) + + # + # Woo -- return true! + # + true end protected |