added cmd_clvl and moved all the database request functions to DBHelper.c
[NeonServV5.git] / ChanUser.h
index c12de4a362b453836060624d5a72df0708ee88cf..d803adab8a212f3859ae0b116cbd1becbc05f273 100644 (file)
@@ -5,6 +5,10 @@
 #define CHANUSERFLAG_VOICED 0x02
 
 
+#define DB_CHANUSER_SUSPENDED = 0x01
+#define DB_CHANUSER_AUTOINVITE = 0x02
+#define DB_CHANUSER_NOAUTOOP = 0x04
+
 #define CHANUSERFLAG_OPPED_OR_VOICED (CHANUSERFLAG_OPPED | CHANUSERFLAG_VOICED)
 
 struct ChanNode;