C# Class Bot.Puppet

Inheritance: IBottable
Datei anzeigen Open project: silpheed/IRC-Bot

Public Methods

Method Description
OnConsoleLine ( string args ) : void
OnReadLine ( IrcMessageData data ) : bool
Puppet ( IrcClient irc ) : System

Private Methods

Method Description
DisplayHelp ( IrcMessageData data ) : void

Method Details

OnConsoleLine() public method

public OnConsoleLine ( string args ) : void
args string
return void

OnReadLine() public method

public OnReadLine ( IrcMessageData data ) : bool
data Meebey.SmartIrc4net.IrcMessageData
return bool

Puppet() public method

public Puppet ( IrcClient irc ) : System
irc Meebey.SmartIrc4net.IrcClient
return System