diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-10-26 15:07:00 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-10-26 15:07:00 +0100 |
| commit | 881a63f480f1cbb5b16fab815526d6c352c1f35e (patch) | |
| tree | 67e73e31be00a50bb88a7ded9f56fdda622e699d /FICS | |
| parent | 5d392aedae1734f6c0a175e49b76b936ae4839f6 (diff) | |
Defined 'UID_SUPER_USER'
Diffstat (limited to 'FICS')
| -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, |
