C# Class Bot.Core.Commands.PythonScriptCommand

Inheritance: Command
Datei anzeigen Open project: Crobol/Bot Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( IrcEventArgs e ) : IEnumerable
PythonScriptCommand ( string scriptPath, string name, bool async ) : System
PythonScriptCommand ( string scriptPath, string name, bool async, string aliases, string description ) : System

Method Details

Execute() public method

public Execute ( IrcEventArgs e ) : IEnumerable
e Meebey.SmartIrc4net.IrcEventArgs
return IEnumerable

PythonScriptCommand() public method

public PythonScriptCommand ( string scriptPath, string name, bool async ) : System
scriptPath string
name string
async bool
return System

PythonScriptCommand() public method

public PythonScriptCommand ( string scriptPath, string name, bool async, string aliases, string description ) : System
scriptPath string
name string
async bool
aliases string
description string
return System