Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / ChanUser.h
index caf845c41db41fb2c781647fe16498c4233d3b84..00bfc977b74eb13ffcd059466c2ca23a5749fafb 100644 (file)
@@ -1,5 +1,5 @@
-/* ChanUser.h - NeonServ v5.1
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* ChanUser.h - NeonServ v5.3
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,8 +21,9 @@
 #define CHANUSERFLAG_OPPED  0x01
 #define CHANUSERFLAG_VOICED 0x02
 #define CHANUSERFLAG_INVISIBLE 0x04
+#define CHANUSERFLAG_HALFOPPED 0x08
 
-#define CHANUSERFLAG_OPPED_OR_VOICED (CHANUSERFLAG_OPPED | CHANUSERFLAG_VOICED)
+#define CHANUSERFLAG_OPPED_OR_VOICED (CHANUSERFLAG_OPPED | CHANUSERFLAG_HALFOPPED | CHANUSERFLAG_VOICED)
 
 struct ChanNode;
 struct UserNode;