changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_clvl.c
index 328b45454b7115cbd61157d4445b903b7efe7675..ff386b22d040d32f370aadbc741d56411efc6d7e 100644 (file)
@@ -1,4 +1,6 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * argv[0] - nick / *auth
 * argv[1] - access
@@ -15,7 +17,7 @@ struct neonserv_cmd_clvl_cache {
     int access;
 };
 
-static CMD_BIND(neonserv_cmd_clvl) {
+CMD_BIND(neonserv_cmd_clvl) {
     int caccess;
     caccess = atoi(argv[1]);
     if(caccess <= 0 || caccess > 500) {