class Isaac::Queue
Private Instance Methods
exceed_limit?()
click to toggle source
# File lib/meme-bot/issac.rb, line 6 def exceed_limit? # now work with all irc server transfered_after_next_send > 1000 end
# File lib/meme-bot/issac.rb, line 6 def exceed_limit? # now work with all irc server transfered_after_next_send > 1000 end