X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/cbeab4bc340b7b3f4fbf424ff327758defb9598a..1f8c7ce5ca3ca09092ecce0efe73f2bd7bbc424b:/include/snomask.h diff --git a/include/snomask.h b/include/snomask.h index 2044ffce..e7b3da12 100644 --- a/include/snomask.h +++ b/include/snomask.h @@ -1,8 +1,8 @@ /* - * charybdis: An advanced ircd. + * Solanum: a slightly advanced ircd * snomask.h: Management for user server-notice masks. * - * Copyright (c) 2006 William Pitcock + * Copyright (c) 2006 Ariadne Conill * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -52,6 +52,7 @@ #define SNO_EXTERNAL 0x00000400 #define SNO_SPY 0x00000800 #define SNO_OPERSPY 0x00001000 +#define SNO_BANNED 0x00002000 char *construct_snobuf(unsigned int val); unsigned int parse_snobuf_to_mask(unsigned int val, const char *sno);