Skip to content

Commit

Permalink
v1.0.10 - dates, removing timer for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaberer committed Feb 10, 2015
1 parent efbdfd6 commit 41cfa7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions lib/cinch/plugins/pax-timer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ module Plugins
# Cinch Cooldown for PAX countdowns
class PaxTimer
include Cinch::Plugin

enforce_cooldown


self.help = 'Use .pax for the next pax or .east, .prime, .south or ' \
'.aus for the time to a specific pax.'

Expand All @@ -24,16 +22,16 @@ def next_pax(m)
PAXES = [
{ type: 'aus',
name: 'PAX Australia',
date: Time.parse('2014-10-31 08:00:00 +11:00'),
date: Time.parse('2015-10-30 08:00:00 +11:00'),
estimated: false },
{ type: 'prime',
name: 'PAX Prime',
date: Time.parse('2014-08-29 08:00:00 -08:00'),
date: Time.parse('2015-08-28 08:00:00 -08:00'),
estimated: false },
{ type: 'south',
name: 'PAX South',
date: Time.parse('2015-01-23 08:00:00 -06:00'),
estimated: false },
date: Time.parse('2016-01-15 08:00:00 -06:00'),
estimated: true },
{ type: 'east',
name: 'PAX East',
date: Time.parse('2015-03-06 08:00:00 -05:00'),
Expand Down
2 changes: 1 addition & 1 deletion lib/cinch/plugins/pax-timer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Cinch
module Plugins
# Versioning info
class PaxTimer
VERSION = '1.0.9'
VERSION = '1.0.10'
end
end
end

0 comments on commit 41cfa7a

Please sign in to comment.