Contains a markdown document. This markdown document class supports original markdown,...
static string Encode(string s)
Encodes all special characters in a string so that it can be included in a markdown document without ...
static DomainConfiguration Instance
Current instance of configuration.
async Task< string > AddDomain(string Name, EventHandlerAsync< string > Status)
Adds a domain to the list of domains supported by the gateway.
bool IsDomainRegistered(string Name)
Checks if a domain name is registered.
Adds a domain to the domain configuration.
AddDomain()
Adds a domain to the domain configuration.
override async Task Execute(ChatState State, string[] Arguments, string OrgMessage, Match Details, ResponseCallbackHandler ResponseCallback)
Executes the command.
override HelpItem[] GetHelp()
Gets help about the command.