C# Class Squishy.Irc.Commands.HelpCommand

TODO: Use localized strings The help command is special since it generates output. This output needs to be shown in the GUI if used from commandline and sent to the requester if executed remotely.
Inheritance: Command
显示文件 Open project: jaddie/WCell-Utility-Bot

Public Properties

Property Type Description
MaxUncompressedCommands int

Public Methods

Method Description
HelpCommand ( ) : System
Process ( CmdTrigger trigger ) : void

Method Details

HelpCommand() public method

public HelpCommand ( ) : System
return System

Process() public method

public Process ( CmdTrigger trigger ) : void
trigger CmdTrigger
return void

Property Details

MaxUncompressedCommands public_oe static_oe property

public static int MaxUncompressedCommands
return int