Class: Ruboty::Karma::Actions::Delete

Inherits:
Actions::Base
  • Object
show all
Defined in:
lib/ruboty/karma/actions/delete.rb

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
8
9
10
# File 'lib/ruboty/karma/actions/delete.rb', line 5

def call
  name = message[:name]
  reset(name)
  delete_user(name)
  reply(name)
end