]> jfr.im git - solanum.git/blobdiff - include/snomask.h
remove old reference to the unsupported directory
[solanum.git] / include / snomask.h
index a4d12a6d32d5f27d99a79f064b974faa5a0dfcde..e7b3da121df71bf6e99e062b6190d5ce45ce0f74 100644 (file)
@@ -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 <nenolod@nenolod.net>
+ * Copyright (c) 2006 Ariadne Conill <ariadne@dereferenced.org>
  *
  * 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);