src/parse.c
changeset 11 a769385a59c6
parent 10 311ea5fa60dd
child 13 d3554afaa768
--- a/src/parse.c
+++ b/src/parse.c
@@ -49,8 +49,7 @@
     "!ping", "!on", "!off",
     "!debug", "!vaccuum", "!logout",
     "!who", "!whois", "!time", "!tell",
-    "!op",
-    NULL,
+    "!op", NULL
 };
 
 char *parse (MSG * message)