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
Afficher le fichier Open project: jaddie/WCell-Utility-Bot

Méthodes publiques

Свойство Type Description
MaxUncompressedCommands int

Méthodes publiques

Méthode Description
HelpCommand ( ) : System
Process ( CmdTrigger trigger ) : void

Method Details

HelpCommand() public méthode

public HelpCommand ( ) : System
Résultat System

Process() public méthode

public Process ( CmdTrigger trigger ) : void
trigger CmdTrigger
Résultat void

Property Details

MaxUncompressedCommands public_oe static_oe property

public static int MaxUncompressedCommands
Résultat int