C# Class Dbot.Client.SimpleIrcListenerClient

Inheritance: ConsolePrintClient, IDisposable
Datei anzeigen Open project: destinygg/bot Class Usage Examples

Public Methods

Method Description
Connect ( ) : void
Dispose ( ) : void
Forward ( PublicMessage message ) : void
Run ( IProcessor processor ) : void
Send ( string data ) : void
SendMsg ( string message ) : void
SimpleIrcListenerClient ( string server, int port, string channel, string nick, string pass = null ) : System

Method Details

Connect() public method

public Connect ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Forward() public method

public Forward ( PublicMessage message ) : void
message Dbot.CommonModels.PublicMessage
return void

Run() public method

public Run ( IProcessor processor ) : void
processor IProcessor
return void

Send() public method

public Send ( string data ) : void
data string
return void

SendMsg() public method

public SendMsg ( string message ) : void
message string
return void

SimpleIrcListenerClient() public method

public SimpleIrcListenerClient ( string server, int port, string channel, string nick, string pass = null ) : System
server string
port int
channel string
nick string
pass string
return System