Class: StallmanBot::Commands::Stop

Inherits:
Base
  • Object
show all
Defined in:
lib/stallman_bot/commands/stop.rb

Class Method Summary collapse

Class Method Details

.run(bot, id, _listening = nil) ⇒ Object



6
7
8
9
# 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