Ejemplo n.º 1
0
 public static bool List(string[] args, CommandGroup command)
 {
     return(false);
 }
Ejemplo n.º 2
0
 public static bool Visible(string[] args, CommandGroup command)
 {
     return(false);
 }
Ejemplo n.º 3
0
 public override bool Fallback(string[] parameters = null, CommandGroup command = null)
 {
     return(SendSysMessage("usage: help <command>"));
 }