]> jfr.im git - irc/quakenet/newserv.git/commitdiff
Fix UMODE_ALL.
authorGunnar Beutner <redacted>
Wed, 10 Jul 2013 15:05:23 +0000 (17:05 +0200)
committerGunnar Beutner <redacted>
Wed, 10 Jul 2013 15:05:23 +0000 (17:05 +0200)
--HG--
branch : shroudcloak

nick/nick.h

index 4decc47bd97d4afb7b689e76046f9a61b5bcd281..2212531819b54df54ff111987976ab9cf1be8a8d 100644 (file)
@@ -36,7 +36,7 @@
 #define UMODE_PARANOID  0x2000
 #define UMODE_CLOAKED   0x4000
 
-#define UMODE_ALL       0x3FFF
+#define UMODE_ALL       0x7FFF
 
 #define AFLAG_STAFF     0x0001
 #define AFLAG_SUPPORT   0x0002