X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=cmd_neonserv_myaccess.c;h=093e28a65bfbc33df9b5b3e2512994d9d6e7d7ed;hb=795115bf680185ae01043bd1222b78bfed8c1d87;hp=281e7a161d7bfa6ab4d772f3dbbc83348549ecc7;hpb=24974ff8d82e3568d96b8473cada541c5ac6b6a3;p=NeonServV5.git diff --git a/cmd_neonserv_myaccess.c b/cmd_neonserv_myaccess.c index 281e7a1..093e28a 100644 --- a/cmd_neonserv_myaccess.c +++ b/cmd_neonserv_myaccess.c @@ -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) {