메소드 | 설명 | |
---|---|---|
GetUserPrefixFlag ( char flag ) : |
Gets the FlagDefinition for the given flag if it is a user prefix flag.
|
|
IrcStandardDefinition ( |
Initializes a new instance of the IrcStandardDefinition class and associates it with the given client.
|
|
IsAllowedChannel ( string channelName ) : bool |
Checks if the given string can be used as a channelname in this standard.
|
public GetUserPrefixFlag ( char flag ) : |
||
flag | char | The flag character. |
리턴 |
public IrcStandardDefinition ( |
||
client |
/// The |
|
리턴 | System |
public IsAllowedChannel ( string channelName ) : bool | ||
channelName | string | The name to test. |
리턴 | bool |