Function IRCClient.onUnknownNumeric

Called when an unknown numeric command is received.

void delegate(string, int, string[]) onUnknownNumeric () @property;

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

Parameters

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