X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fproto.h;h=3b60c7221745b2cd13fad53d7295388f311a0258;hb=c4d3c6b3f119aee4d6d1ddf137d048de50a4a5f6;hp=d95144f4e5649f34cda6f31f67090e720795d5b4;hpb=bf665239fc97c1a4cf32c75927390e6625a8b87c;p=srvx.git diff --git a/src/proto.h b/src/proto.h index d95144f..3b60c72 100644 --- a/src/proto.h +++ b/src/proto.h @@ -205,6 +205,7 @@ struct mod_chanmode { #define MCP_ALLOW_OVB 0x0001 /* allow op, voice, ban manipulation */ #define MCP_FROM_SERVER 0x0002 /* parse as from a server */ #define MCP_KEY_FREE 0x0004 /* -k without a key argument */ +#define MCP_REGISTERED 0x0008 /* chan is already registered; do not allow changes to MODE_REGISTERED */ #define MC_ANNOUNCE 0x0100 /* send a mod_chanmode() change out */ #define MC_NOTIFY 0x0200 /* make local callbacks to announce */ #ifdef NDEBUG