* room_ops.c: fixed Aide room access (for some reason, the Aide
authorArt Cancro <ajc@citadel.org>
Mon, 9 Nov 1998 04:25:06 +0000 (04:25 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 9 Nov 1998 04:25:06 +0000 (04:25 +0000)
          room had the QR_MAILBOX flag set)

citadel/ChangeLog
citadel/room_ops.c

index 0ab1e119c70059afc500142da766a62a94d25dbc..8977926a4a1fca5a95bdc7cd4f58d289ca0fed7d 100644 (file)
@@ -3,6 +3,8 @@ Sun Nov  8 22:56:53 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
          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 <bryant@cs.usm.maine.edu>
        * useradmin.c: really removed (cvs remove)
index a2137a63efb78bc12d50fef07e7751f36c3c4346..5808b2e7bbc018872b6dba3ca86d6cb4cae68cda 100644 (file)
@@ -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) {