class Ruboty::Actions::Whoami

Public Instance Methods

call() click to toggle source
# File lib/ruboty/actions/whoami.rb, line 4
def call
  message.reply(message.from_name)
end