diff options
| -rw-r--r-- | FICS/ficsmain.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/ficsmain.h b/FICS/ficsmain.h index 071ce2f..aba2886 100644 --- a/FICS/ficsmain.h +++ b/FICS/ficsmain.h @@ -65,6 +65,8 @@  #define STATS_GAMES	"games"  #define STATS_JOURNAL	"journal" +#define UID_SUPER_USER 0 +  enum {  	OPFL_APPEND,  	OPFL_WRITE,  | 
