diff options
Diffstat (limited to 'data/rbot/plugins/poll.rb')
-rw-r--r-- | data/rbot/plugins/poll.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/rbot/plugins/poll.rb b/data/rbot/plugins/poll.rb index 9f6047ff..c5027e42 100644 --- a/data/rbot/plugins/poll.rb +++ b/data/rbot/plugins/poll.rb @@ -109,14 +109,6 @@ class PollPlugin < Plugin init_reg_entry :last_poll_id, 0 end - MULTIPLIERS = { - :seconds => 1, - :minutes => 60, - :hours => 60*60, - :days => 24*60*60, - :weeks => 7*24*60*60 - } - def authors_running_count(victim) return @registry[:running].values.collect { |p| if p.author == victim |