C# Class Bot.Plugins.Base.Commands.Calc

Inheritance: Bot.Core.Commands.Command, IDisposable
Show file Open project: Crobol/Bot

Public Methods

Method Description
Dispose ( ) : void
Execute ( IrcEventArgs e ) : IEnumerable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() public method

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