C# Class PythonInterface.PythonInterface

Inheritance: Function
Exibir arquivo Open project: MatthewCox/MoronBot

Public Methods

Method Description
GetResponse ( BotMessage message ) : List
OnNickChanged ( object o, string newNick ) : void
PythonInterface ( ) : System

Method Details

GetResponse() public method

public GetResponse ( BotMessage message ) : List
message MBFunctionInterface.BotMessage
return List

OnNickChanged() public method

public OnNickChanged ( object o, string newNick ) : void
o object
newNick string
return void

PythonInterface() public method

public PythonInterface ( ) : System
return System