changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_deluser.c
index a90862a2cab98466536c65f38cca99368664e028..b6ff2830039d0c1ed42cdc3e52454280c1c4172c 100644 (file)
@@ -1,4 +1,6 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * argv[0] - nick / *auth
 */
@@ -13,7 +15,7 @@ struct neonserv_cmd_deluser_cache {
     char *nick;
 };
 
-static CMD_BIND(neonserv_cmd_deluser) {
+CMD_BIND(neonserv_cmd_deluser) {
     if(argv[0][0] == '*') {
         //we've got an auth
         argv[0]++;