C# Class IrcD.IrcDaemon

Exibir arquivo Open project: FreeApophis/ircddotnet Class Usage Examples

Public Methods

Method Description
IrcDaemon ( IrcMode ircMode = IrcMode.Modern ) : System
Start ( ) : void
Stop ( bool startAgain ) : void
ValidChannel ( string channel ) : bool

ValidNick ( string nick ) : bool

Private Methods

Method Description
Connect ( string server, int port ) : void

Start a IRC Server to Server Connection

FilterArgs ( List args ) : void
OnRehashEvent ( object sender, RehashEventArgs e ) : void

Method Details

IrcDaemon() public method

public IrcDaemon ( IrcMode ircMode = IrcMode.Modern ) : System
ircMode IrcMode
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( bool startAgain ) : void
startAgain bool
return void

ValidChannel() public method

public ValidChannel ( string channel ) : bool
channel string
return bool

ValidNick() public method

public ValidNick ( string nick ) : bool
nick string
return bool