Method: Del::Source#reply

Defined in:
lib/del/source.rb

#reply(robot, message) ⇒ Object



17
18
19
# File 'lib/del/source.rb', line 17

def reply(robot, message)
  robot.send_message(room || user.jid, message)
end