IRCConnection.unknown_command

Called when an unknown command is received.

class IRCConnection
void
unknown_command
(
string prefix
,
string command
,
string[] arguments
)

Parameters

prefix string

origin of the _command, either a server or a user

command string

the name of the _command

arguments string[]

the body of the _command

Meta