]> jfr.im git - solanum.git/blobdiff - extensions/restrict-unauthenticated.c
explicitly show IP in SNO_BANNED snotes
[solanum.git] / extensions / restrict-unauthenticated.c
index 16267a22e5e182c8b49dc4d54218a78cb56bd182..9ce4ef08ea3c3c896183c5e8a9aa2f772b180a8a 100644 (file)
@@ -22,7 +22,7 @@ static const char restrict_desc[] =
 static void hack_channel_access(void *data);
 
 mapi_hfn_list_av1 restrict_unauthenticated_hfnlist[] = {
-       { "get_channel_access", (hookfn) hack_channel_access },
+       { "get_channel_access", hack_channel_access },
        { NULL, NULL }
 };