C# Class Bot.Core.Commands.Command

Inheritance: ICommand
Show file Open project: Crobol/Bot

Protected Properties

Property Type Description
aliases string[]
async bool
description string
name string

Public Methods

Method Description
Execute ( IrcEventArgs e ) : IEnumerable

Protected Methods

Method Description
Command ( ) : System
Command ( string name, bool async, string aliases ) : System
Command ( string name, bool async, string aliases, string description ) : System

Method Details

Command() protected method

protected Command ( ) : System
return System

Command() protected method

protected Command ( string name, bool async, string aliases ) : System
name string
async bool
aliases string
return System

Command() protected method

protected Command ( string name, bool async, string aliases, string description ) : System
name string
async bool
aliases string
description string
return System

Execute() public abstract method

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

Property Details

aliases protected property

protected string[] aliases
return string[]

async protected property

protected bool async
return bool

description protected property

protected string description
return string

name protected property

protected string name
return string