diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2025-11-02 19:25:21 +0100 | 
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2025-11-02 19:25:21 +0100 | 
| commit | bed6e2b15abe169d078b0ec4fed9168d821a0c7e (patch) | |
| tree | b77727efafc7f1286c92c514e43faa5f3d6e92a6 | |
| parent | c3e945f417da2bdf7a7c7759858c5db212324f44 (diff) | |
| -rw-r--r-- | FICS/fics_addplayer.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/fics_addplayer.c b/FICS/fics_addplayer.c index c37ca63..b5ca47f 100644 --- a/FICS/fics_addplayer.c +++ b/FICS/fics_addplayer.c @@ -29,6 +29,9 @@     Markus Uhlin			24/05/25	Added command-line option 'a'     Markus Uhlin			25/03/23	Output restart notice if the  						player is admin. +   Markus Uhlin			25/11/02	Require root privileges if the +						FICS prefix compares to anything +						else than '/home'.  */  #include "stdinclude.h"  | 
