IRCClient.send

Send a message.

class IRCClient
void
send
(,
string message
,
bool notice = false
)

Parameters

destination string

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

message string

the body of the message

notice bool

send a NOTICE instead of a PRIVMSG

Meta