class StallmanBot::Commands::Stop

Public Class Methods

run(bot, id, _listening = nil) click to toggle source
Calls superclass method StallmanBot::Commands::Base::run
# File lib/stallman_bot/commands/stop.rb, line 6
def self.run(bot, id, _listening = nil)
  super(bot, id, Locale.t('command.stop'))
  false
end