class PrivateParlorXT::CommandDescriptions

Overview

A container for various command descriptions

Included Modules

Defined in:

private-parlor-xt/locale/command_descriptions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def blacklist : String #

Description for the BlacklistCommand


[View source]
def delete : String #

Description for the DeleteCommand


[View source]
def demote : String #

Description for the DemoteCommand


[View source]
def downvote : String #

Description for the DownvoteHandler


[View source]
def help : String #

Description for the HelpCommand


[View source]
def info : String #

Description for the InfoCommand


[View source]
def karma_info : String #

Description for the KarmaInfoCommand


[View source]
def ksign : String #

Description for the KarmaSignCommand


[View source]
def motd : String #

Description for the MotdCommand


[View source]
def motd_set : String #

Description for the MotdCommand when a new MOTD is set


[View source]
def pin : String #

Description for the PinCommand


[View source]
def privacy : String #

Description for the PrivacyPolicyCommand


[View source]
def promote : String #

Description for the PromoteCommand


[View source]
def purge : String #

Description for the PurgeCommand


[View source]
def ranked_info : String #

Description for the InfoCommand when optaining information about another user


[View source]
def ranksay : String #

Description for the RanksayCommand


[View source]
def remove : String #

Description for the RemoveCommand


[View source]
def reveal : String #

Description for the RevealCommand


[View source]
def sign : String #

Description for the SignCommand


[View source]
def spoiler : String #

Description for the SpoilerCommand


[View source]
def start : String #

Description for the StartCommand


[View source]
def stats : String #

Description for the StatsCommand


[View source]
def stop : String #

Description for the StopCommand


[View source]
def toggle_debug : String #

Description for the ToggleDebugCommand


[View source]
def toggle_karma : String #

Description for the ToggleKarmaCommand


[View source]
def tripcode : String #

Description for the TripcodeCommand


[View source]
def tsign : String #

Description for the TripcodeSignCommand


[View source]
def unblacklist : String #

Description for the UnblacklistCommand


[View source]
def uncooldown : String #

Description for the UncooldownCommand


[View source]
def unpin : String #

Description for the UnpinCommand


[View source]
def upvote : String #

Description for the UpvoteHandler


[View source]
def users : String #

Description for the UsersCommand


[View source]
def version : String #

Description for the VersionCommand


[View source]
def warn : String #

Description for the WarnCommand


[View source]
def whitelist : String #

Description for the WhitelistCommand


[View source]