]> jfr.im git - solanum.git/blobdiff - include/snomask.h
remove old reference to the unsupported directory
[solanum.git] / include / snomask.h
index 2044ffcef7719aac7048bcff3702081dd02692a0..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
@@ -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);