]> git.pond.sub.org Git - empserver/blobdiff - include/player.h
Revise nation status command permissions
[empserver] / include / player.h
index db1034cb6f36fa1747e2ea15a04e3f0c3af79a99..3dcf429a7ab8cf0f4588fe87f8e717df9920cd8c 100644 (file)
@@ -42,6 +42,7 @@
 #include "types.h"
 
        /* player command capabilities */
+#define NONVIS bit(0)  /* can execute common commands (visitors can't) */
 #define SANCT  bit(1)  /* can execute commands available in sanctuary */
 #define NORM   bit(2)  /* can execute active player commands */
 #define GOD    bit(3)  /* can execute deity commands */