Class: Lita::Handlers::CommandNotFound

Inherits:
Handler
  • Object
show all
Defined in:
lib/lita/handlers/command_not_found.rb

Instance Method Summary collapse

Instance Method Details

#command_not_found(request) ⇒ Object



10
11
12
# File 'lib/lita/handlers/command_not_found.rb', line 10

def command_not_found(request)
  request.reply("Command not found")
end