Exemplo n.º 1
0
 public static void banlist(ConsoleSystem.Arg arg)
 {
     arg.ReplyWith(ServerUsers.BanListString(false));
 }
Exemplo n.º 2
0
 public static void listid(ConsoleSystem.Arg arg)
 {
     arg.ReplyWith(ServerUsers.BanListString(true));
 }
Exemplo n.º 3
0
 public static void banlist(Arg arg)
 {
     arg.ReplyWith(ServerUsers.BanListString());
 }