X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..1f8c7ce5ca3ca09092ecce0efe73f2bd7bbc424b:/include/snomask.h diff --git a/include/snomask.h b/include/snomask.h index a4d12a6d..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 @@ -29,8 +29,6 @@ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. - * - * $Id$ */ #ifndef SNOMASK_H @@ -54,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);