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