Method | Description | |
---|---|---|
AwayMessage ( ) : System |
Initialises a new instance of the Yaircc.Net.IRC.AwayMessage class.
|
|
AwayMessage ( string message ) : System |
Initialises a new instance of the Yaircc.Net.IRC.AwayMessage class.
|
|
TryParse ( string input ) : |
Attempts to parse the input specified by the user into the Message.
|
public AwayMessage ( string message ) : System | ||
message | string | The message to be sent when messaged by other users. |
return | System |
public TryParse ( string input ) : |
||
input | string | The input from the user. |
return |