From 980f27fc193666278b2f7eb4f63ca77e08615a90 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. --- include/s_serv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/s_serv.h b/include/s_serv.h index 57fa865..b2c5cb7 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -67,6 +67,7 @@ struct Capability #define CAP_DLN 0x00008000 /* Can do DLINE message */ #define CAP_UNDLN 0x00010000 /* Can do UNDLINE message */ #define CAP_CHW 0x00020000 /* Can do channel wall @# */ +#define CAP_CERTFP 0x00040000 /* supports CERTFP */ /* * Capability macros. -- cgit