]> jfr.im git - solanum.git/blobdiff - include/snomask.h
switch sasl_usercloak.c to use SNO_BANNED
[solanum.git] / include / snomask.h
index d46608aa3635baecb711eaa1ac812f97b29e99dd..e7b3da121df71bf6e99e062b6190d5ce45ce0f74 100644 (file)
@@ -2,7 +2,7 @@
  * 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);