module Ruboty::Handlers

Public Instance Methods

event_unwatch(message) click to toggle source
# File lib/ruboty/handlers/niftycloud.rb, line 333
def event_unwatch(message)
  return if @thread.nil
  @thread.kill
  @thread = nil
  message.reply "stopped to watch events"
end