IRCConnection.unknown_numeric

Called when an unknown numeric command is received.

class IRCConnection
void
unknown_numeric
(
string prefix
,
int id
,
string[] arguments
)

Parameters

prefix string

origin of the command, either a server or a user

id int

the number of the command

arguments string[]

the body of the command

Meta