C# Class wmib.Extensions.NetCat

Inheritance: Module
Mostrar archivo Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
Port int

Public Methods

Method Description
Construct ( ) : bool
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
Load ( ) : void

Private Methods

Method Description
Client ( object data ) : void
GenerateToken ( ) : string
SendMessage ( StreamWriter &writer, string text ) : void

Method Details

Construct() public method

public Construct ( ) : bool
return bool

Hook_PRIV() public method

public Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
channel Channel
invoker libirc
message string
return void

Load() public method

public Load ( ) : void
return void

Property Details

Port public_oe property

public int Port
return int