Property | Type | Description | |
---|---|---|---|
chanToAdd | string |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Host_eventPluginChannelCommandReceived ( string name, string channel, string command, string parameters ) : void | ||
Host_eventPluginChannelMessageReceived ( string name, string message, string channel ) : void |
public Host_eventPluginChannelCommandReceived ( string name, string channel, string command, string parameters ) : void | ||
name | string | |
channel | string | |
command | string | |
parameters | string | |
return | void |
public Host_eventPluginChannelMessageReceived ( string name, string message, string channel ) : void | ||
name | string | |
message | string | |
channel | string | |
return | void |