changed Makefile; build all commands as an own file
[NeonServV5.git] / cmd_neonserv_myaccess.c
index 281e7a161d7bfa6ab4d772f3dbbc83348549ecc7..093e28a65bfbc33df9b5b3e2512994d9d6e7d7ed 100644 (file)
@@ -1,4 +1,6 @@
 
+#include "cmd_neonserv.h"
+
 /*
 * argv[0] - nick / *auth
 */
@@ -13,7 +15,7 @@ struct neonserv_cmd_myaccess_cache {
     char *chanmatch;
 };
 
-static CMD_BIND(neonserv_cmd_myaccess) {
+CMD_BIND(neonserv_cmd_myaccess) {
     char *chanmatch = NULL;
     if(argc == 0 || argv[0][0] == '#') {
         if(argc != 0) {