Skip to content

Commit

Permalink
init: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NSHoffman committed Aug 17, 2022
0 parents commit a156bd3
Show file tree
Hide file tree
Showing 24 changed files with 2,628 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Classes/KFTHPAdminHelpCommand.uc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
class KFTHPAdminHelpCommand extends KFTHPHelpCommand;

/** @Override */
protected function bool ShouldDisplayHelpForCommand(KFTHPCommand Command)
{
return Command.IsAdminOnly();
}

defaultproperties
{
bAdminOnly=true
Aliases(0)="AHELP"
Aliases(1)="ADMINHELP"
Description="Show a list of commands available to admins only or display info about one specific command"
}
Loading

0 comments on commit a156bd3

Please sign in to comment.