Function IRCClient.onUnknownCommand

Called when an unknown command is received.

void delegate(string, string, string[]) onUnknownCommand () @property;

void delegate(string, string, string[]) onUnknownCommand (
  void delegate(string, string, string[]) newValue
) @property;

Parameters

NameDescription
a origin of the command, either a server or a user
b the name of the command
c the body of the command