Function IRCClient.send

Send a message.

void send (
  string destination,
  string message,
  bool notice = false
);

Parameters

NameDescription
destination destination of the message, either a #channel or a nickname
message the body of the message
notice send a NOTICE instead of a PRIVMSG