Méthode | Description | |
---|---|---|
ModeMessage ( ) : System |
Initialises a new instance of the ModeMessage class.
|
|
ModeMessage ( string target ) : System |
Initialises a new instance of the ModeMessage class.
|
|
TryParse ( string input ) : |
Attempts to parse the input specified by the user into the Message.
|
Méthode | Description | |
---|---|---|
ParseBanCommand ( string payload ) : |
Parse a ban command into the message.
|
|
ParseExceptCommand ( string payload ) : |
Parse an except/unexcept command into the message.
|
|
ParseModeCommand ( string payload ) : |
Parse a mode command into the message.
|
|
ParseOpCommand ( string payload ) : |
Parse a deop/dehop/hop/op command into the message.
|
|
ParseVoiceCommand ( string payload ) : |
Parse a voice command into the message.
|
public ModeMessage ( string target ) : System | ||
target | string | The nick name of the user to receive the mode of. |
Résultat | System |
public TryParse ( string input ) : |
||
input | string | The input from the user. |
Résultat |