C# Class Schumix.Framework.Config.DefaultConfig

ファイルを表示 Open project: Schumix/Schumix2

Protected Properties

Property Type Description
errors bool

Protected Methods

Method Description
IsValidNick ( string nick ) : bool

Using the rules set forth in RFC 2812 determine if the nickname is valid.

Private Methods

Method Description
ContainsSpace ( string text ) : bool

Method Details

IsValidNick() protected method

Using the rules set forth in RFC 2812 determine if the nickname is valid.
protected IsValidNick ( string nick ) : bool
nick string
return bool

Property Details

errors protected_oe property

protected bool errors
return bool