From e9166ea294055c5cc510de2b05ed05056f05ed36 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 5 Jun 2016 14:43:34 +0100 Subject: Add CERTFP capability Avoid sending CERTFP commands to servers which do not support this by adding a CERTFP capability. --- src/ircd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ircd.c') diff --git a/src/ircd.c b/src/ircd.c index d7bb5e9..72c6d40 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -312,6 +312,7 @@ initialize_server_capabs(void) #ifdef HALFOPS add_capability("HOPS", CAP_HOPS, 1); #endif + add_capability("CERTFP", CAP_CERTFP, 1); } /* write_pidfile() -- cgit