diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-02 17:08:14 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2012-05-02 17:08:14 +0100 |
commit | 2b89a1440aae4d4de9d5ffa036df49c5652d64ef (patch) | |
tree | ff42b1579c73d0566933450c04d82636e6e22033 /lib/mauve/notifiers | |
parent | bf4474e1d805b97f0c413078b476111bbdfe433b (diff) |
Fixed typo.
Diffstat (limited to 'lib/mauve/notifiers')
-rw-r--r-- | lib/mauve/notifiers/xmpp.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mauve/notifiers/xmpp.rb b/lib/mauve/notifiers/xmpp.rb index b291442..137ca74 100644 --- a/lib/mauve/notifiers/xmpp.rb +++ b/lib/mauve/notifiers/xmpp.rb @@ -605,8 +605,6 @@ EOF begin now = Time.now - now.bank_holidays = Server.instance.bank_holidays - ack_until = now.in_x_hours(n_hours, type_hours) rescue RangeError return "I'm sorry, you tried to acknowedge for far too long, and my buffers overflowed!" |