Method | Description | |
---|---|---|
KickMessage ( ) : System |
Initialises a new instance of the KickMessage class.
|
|
KickMessage ( string channel, string nickname ) : System |
Initialises a new instance of the KickMessage class.
|
|
KickMessage ( string channel, string nickname, string reason ) : System |
Initialises a new instance of the KickMessage class.
|
|
TryParse ( string input ) : |
Attempts to parse the input specified by the user into the Message.
|
public KickMessage ( string channel, string nickname ) : System | ||
channel | string | The channel in which the user to be kicked is in. |
nickname | string | The nick name of the user to be kicked. |
return | System |
public KickMessage ( string channel, string nickname, string reason ) : System | ||
channel | string | The channel in which the user to be kicked is in. |
nickname | string | The nick name of the user to be kicked. |
reason | string | The reason for kicking the user. |
return | System |
public TryParse ( string input ) : |
||
input | string | The input from the user. |
return |