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