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