C# Class helpmebot6.Commands.CategoryWatcher

Category watcher command. This is a class called explicitly from the command parser, as it's name us the category code, so will behave slightly differently to other command classes.
Inheritance: helpmebot6.Commands.GenericCommand
Datei anzeigen Open project: helpmebot/helpmebot Class Usage Examples

Public Methods

Method Description
CategoryWatcher ( LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System

Initialises a new instance of the CategoryWatcher class.

Protected Methods

Method Description
ExecuteCommand ( ) : CommandResponseHandler

Actual command logic

Method Details

CategoryWatcher() public method

Initialises a new instance of the CategoryWatcher class.
public CategoryWatcher ( LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System
source LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
return System

ExecuteCommand() protected method

Actual command logic
protected ExecuteCommand ( ) : CommandResponseHandler
return CommandResponseHandler