IIRCConnector ​
Interface for IRC-based Connectors.
Kind: Interface
Namespace: ConnectorLib.IRC
Inheritance: IDisposable → IGameConnector → IPipelineConnector → IPipelineConnector\<IConnectionContext\> → ISimpleTCPConnector → ISimpleTCPConnector\<IConnectionContext\>
Properties
string
ServerName
[get, set]
IP or hostname of the server to connect to.
ushort
ServerPort
[get, set]
Port on the server to connect to.
string
Nickname
[get, set]
Username to use when connecting to the server.
string
Channel
[get, set]
Channel to join after connecting to the server.
List
Listeners
[get, ]
List of users to listen to. This is a list of nicknames.
Events
EventHandler<IRCMessage>
OnBlockParsed
Called when a message received from the server has been successfully parsed.
