Method | Description | |
---|---|---|
GetChannelIDLength ( char channelPrefix ) : int |
with an ID. The prefix says for which channel type it is.
|
|
GetChannelModes ( ChannelModeType channelModeType ) : IEnumerable |
||
GetEnumerator ( ) : string>>.IEnumerator |
||
GetMaxChannels ( char channelPrefix ) : int |
Maximum number of channels allowed to join per Channel Type;
|
|
GetMaxList ( char listType ) : int |
Returns the maximal number of List entries in a List.
|
|
KnownValues ( ) : IEnumerable |
||
Parse ( string line ) : void | ||
this ( string s ) : string |
Safe Access to All Values Sent in RPL_ISUPPORT If a Value is not Set this will Return "FALSE" (this can also mean: we don't know) If a Value has no Parameter this will Return "TRUE" The Index should be the Identifier sent by the Server like "PREFIX" (not casesensitive)
|
Method | Description | |
---|---|---|
AddCharsToList ( List |
||
ParsePfxNum ( string toParse ) : int>.Dictionary |
||
ServerProperties ( ) : System | ||
SetCommands ( string commandList ) : void |
public GetChannelIDLength ( char channelPrefix ) : int | ||
channelPrefix | char | On Which Type of channels (ex. '#') |
return | int |
public GetChannelModes ( ChannelModeType channelModeType ) : IEnumerable |
||
channelModeType | ChannelModeType | |
return | IEnumerable |
public GetEnumerator ( ) : string>>.IEnumerator |
||
return | string>>.IEnumerator |
public GetMaxChannels ( char channelPrefix ) : int | ||
channelPrefix | char | On Which Type of channels (ex. '#') |
return | int |
public GetMaxList ( char listType ) : int | ||
listType | char | On Which type of List (ex. Ban: 'b' ) |
return | int |