Module: Hector::Commands::Notice

Included in:
Session
Defined in:
lib/hector/commands/notice.rb

Instance Method Summary collapse

Instance Method Details

#on_noticeObject



4
5
6
7
# File 'lib/hector/commands/notice.rb', line 4

def on_notice
  touch_presence
  find(request.args.first).deliver(:notice, self, :source => source, :text => request.text)
end