Method: Cinch::Target#notice
- Defined in:
- lib/cinch/target.rb
#notice(text) ⇒ void
This method returns an undefined value.
Sends a NOTICE to the target.
22 23 24 |
# File 'lib/cinch/target.rb', line 22 def notice(text) send(text, true) end |