Class: Lita::Handlers::Rimshot

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

Overview

InstantRimshot handler for Lita This really does nothing useful…

Instance Method Summary collapse

Instance Method Details

#rimshot(response) ⇒ Object



19
20
21
# File 'lib/lita/handlers/rimshot.rb', line 19

def rimshot(response)
  response.reply("Here ya go! #{URL}")
end