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.

Parameters:

  • text (#to_s)

    the message to send

See Also:

Since:

  • 2.0.0



22
23
24
# File 'lib/cinch/target.rb', line 22

def notice(text)
  send(text, true)
end