]> git.lizzy.rs Git - minetest.git/blobdiff - src/auth.h
When player times out, log the action as a timeout rather than regular quitting
[minetest.git] / src / auth.h
index 62dced2a38e0f6b6e481b3cfdaa41c2d7a399eb4..5ea697a6acd1792230ac1e509c31719438e78187 100644 (file)
@@ -38,6 +38,7 @@ const u64 PRIV_SERVER = 16;          // Can manage the server (e.g. shutodwn
                                      // ,settings)
 const u64 PRIV_SHOUT = 32;           // Can broadcast chat messages to all
                                      // players
+const u64 PRIV_BAN = 64;             // Can ban players
 
 // Default privileges - these can be overriden for new players using the
 // config option "default_privs" - however, this value still applies for