diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-17 17:31:10 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-17 17:31:10 +0100 |
commit | 0b83323a3bccff72da4aadd8f38d0305a5fdcca4 (patch) | |
tree | fbeaa85359183885261aacff56a65aa006c472dd /lib/mauve/configuration.rb | |
parent | a2fc458d4c1bc6027760546653cb153e775576ce (diff) |
* Bytemark auth fixed.
* Some hot fixes.
Diffstat (limited to 'lib/mauve/configuration.rb')
-rw-r--r-- | lib/mauve/configuration.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/mauve/configuration.rb b/lib/mauve/configuration.rb index 66dfabf..baf6ad1 100644 --- a/lib/mauve/configuration.rb +++ b/lib/mauve/configuration.rb @@ -328,6 +328,10 @@ module Mauve def xmpp(x) @result.xmpp = x.to_s end + + def sms(x) + @result.sms = x.to_s + end def suppress_notifications_after(h) raise ArgumentError.new("notification_threshold must be specified as e.g. (10 => 1.minute)") unless |