Method | Description | |
---|---|---|
KnockMessage ( ) : System |
Initialises a new instance of the KnockMessage class.
|
|
KnockMessage ( string channel ) : System |
Initialises a new instance of the KnockMessage class.
|
|
KnockMessage ( string channel, string message ) : System |
Initialises a new instance of the KnockMessage class.
|
|
TryParse ( string input ) : |
Attempts to parse the input specified by the user into the Message.
|
public KnockMessage ( string channel ) : System | ||
channel | string | The channel to send the knock command to. |
return | System |
public KnockMessage ( string channel, string message ) : System | ||
channel | string | The channel to send the knock command to. |
message | string | The message to be shown with the knock. |
return | System |
public TryParse ( string input ) : |
||
input | string | The input from the user. |
return |