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=7555d277f2ccfa8d3f484e5e1dc76e64284afe11;hpb=7eca3d70c39d2b902f5bc28d16bfd7b017596be3 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;