X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/6ce8910d97424320108dc438325c044f0060ab27..07b7b659c16665ce33b058d1a06a7a420850ceb9:/include/s_serv.h diff --git a/include/s_serv.h b/include/s_serv.h index 1d4296c..c52c78d 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -51,6 +51,7 @@ struct Capability { const char *name; /* name of capability */ unsigned int cap; /* mask value */ + unsigned int required; /* 1 if required, 0 if not */ }; #define CAP_CAP 0x00001 /* received a CAP to begin with */