From 0db6518b529c3dd880ab998a9b7585b332a9ddee Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 9 Nov 1998 04:25:06 +0000 Subject: [PATCH] * room_ops.c: fixed Aide room access (for some reason, the Aide room had the QR_MAILBOX flag set) --- citadel/ChangeLog | 2 ++ citadel/room_ops.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 0ab1e119c..8977926a4 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -3,6 +3,8 @@ Sun Nov 8 22:56:53 EST 1998 Art Cancro moved user purge from userpurge.c * userpurge.c: deleted * routines2.c: finished <.AS> command + * room_ops.c: fixed Aide room access (for some reason, the Aide + room had the QR_MAILBOX flag set) 1998-11-08 Nathan Bryant * useradmin.c: really removed (cvs remove) diff --git a/citadel/room_ops.c b/citadel/room_ops.c index a2137a63e..5808b2e7b 100644 --- a/citadel/room_ops.c +++ b/citadel/room_ops.c @@ -42,7 +42,6 @@ int CtdlRoomAccess(struct quickroom *roombuf, struct usersupp *userbuf) { CtdlGetRelationship(&vbuf, userbuf, roombuf); /* Force the properties of the Aide room */ - /* FIX FIX FIX ... this doesn't work */ if (!strcasecmp(roombuf->QRname, AIDEROOM)) { lprintf(9, "Room <%s> is special!\n", roombuf->QRname); if (userbuf->axlevel >= 6) { -- 2.39.2