Added services to server command whitelist

This commit is contained in:
Sebastian Kaspari 2010-04-17 16:39:31 +02:00
parent 22375c65b5
commit 17c11c2c9a
1 changed files with 6 additions and 1 deletions

View File

@ -64,11 +64,16 @@ public class CommandParser
private static CommandParser instance;
private final static String[] serverCommands = {
// whitelist of server commands
"admin", "motd", "version", "knock", "rules",
"vhost", "credits", "license", "setname", "watch", "pong",
"cycle", "links", "silence", "who", "dalinfo", "userhost",
"list", "stats", "invite", "lusers", "ping",
"time", "whowas", "ison", "map",
"time", "whowas", "ison", "map",
// services
"nickserv", "ns", "chanserv", "cs", "authserv", "hostserv",
"memoserv", "operserv"
};
/**