]> jfr.im git - irc/atheme/atheme.git/commitdiff
chanserv/set_pubacl: fix link error
authorWilliam Pitcock <redacted>
Mon, 20 Oct 2014 16:16:50 +0000 (11:16 -0500)
committerWilliam Pitcock <redacted>
Mon, 20 Oct 2014 16:16:50 +0000 (11:16 -0500)
modules/chanserv/set_pubacl.c

index beaa9ce96a1fed3b6c15025575086518050f5904..4b11765a7028eeae9134046920b45111c3a1a10a 100644 (file)
@@ -17,7 +17,7 @@ DECLARE_MODULE_V1
 
 static void cs_cmd_set_pubacl(sourceinfo_t *si, int parc, char *parv[]);
 
-command_t cs_set_pubacl = { "PUBACL", N_("Allows the channel ACL to be public."), AC_NONE, 2, cs_cmd_set_verbose, { .path = "cservice/set_pubacl" } };
+command_t cs_set_pubacl = { "PUBACL", N_("Allows the channel ACL to be public."), AC_NONE, 2, cs_cmd_set_pubacl, { .path = "cservice/set_pubacl" } };
 
 mowgli_patricia_t **cs_set_cmdtree;