1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-02-16 23:10:11 -05:00

CommandParser: Added missing comma

This commit is contained in:
Sebastian Kaspari 2010-04-21 22:14:49 +02:00
parent d47fc7488c
commit ef2b59cf05

View File

@ -72,7 +72,7 @@ public class CommandParser
"vhost", "credits", "license", "setname", "watch", "pong",
"cycle", "links", "silence", "who", "dalinfo", "userhost",
"list", "stats", "invite", "lusers", "ping",
"time", "whowas", "ison", "map", "oper"
"time", "whowas", "ison", "map", "oper",
// services
"nickserv", "ns", "chanserv", "cs", "authserv", "hostserv",