X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fsrc%2Fcitadel.c;fp=textclient%2Fsrc%2Fcitadel.c;h=d5f187c3d45fcbf1226312184b281a0dd663ed68;hp=3b958891e5874983b54521467d1f00cca6b3780b;hb=65a49d0eab7a8ae01de45495fdfdf67bdd8bd189;hpb=c1c91208257a253e65275545aea79bba4699ba09 diff --git a/textclient/src/citadel.c b/textclient/src/citadel.c index 3b958891e..d5f187c3d 100644 --- a/textclient/src/citadel.c +++ b/textclient/src/citadel.c @@ -88,7 +88,7 @@ long uglistlsn[UGLISTLEN]; /* current read position for all the ungoto's. Not go int uglistsize = 0; char is_mail = 0; /* nonzero when we're in a mail room */ char axlevel = AxDeleted; /* access level */ -char is_room_aide = 0; /* boolean flag, 1 if room aide */ +char is_room_aide = 0; /* boolean flag, 1 if room admin */ int timescalled; int posted; unsigned userflags;