IRCConnection.send_message

Send a _message.

class IRCConnection
final
void
send_message
(,
string message
,
bool notice = false
)

Parameters

destination string

_destination of the message, either a #channel or a nickname

notice bool

send a NOTICE instead of a PRIVMSG

Meta