Add UserRemove handling for kick and ban.
[umurmur.git] / src / messages.h
index dfd3f97ef49527f8de386beba19884cd920faba2..24e9967e3b854fa14ed4ff647155bb1cc0b75b66 100644 (file)
@@ -62,6 +62,7 @@
 #define PERM_ALL 0xf07ff
 
 #define PERM_DEFAULT (PERM_TRAVERSE | PERM_ENTER | PERM_SPEAK | PERM_WHISPER | PERM_TEXTMESSAGE | PERM_MAKETEMPCHANNEL)
+#define PERM_ADMIN (PERM_DEFAULT | PERM_MUTEDEAFEN | PERM_MOVE | PERM_KICK | PERM_BAN)
 
 typedef enum {
        Version,