* one more tweak
authorArt Cancro <ajc@citadel.org>
Sat, 9 Mar 2002 06:18:37 +0000 (06:18 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 9 Mar 2002 06:18:37 +0000 (06:18 +0000)
citadel/ChangeLog
citadel/user_ops.c

index 8ad135822ef1fe1b6988aa149619b560a1be432b..a5b446573400876ea28fb7bc75e7ebbdc78294a1 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 590.132  2002/03/09 06:18:37  ajc
+ * one more tweak
+
  Revision 590.131  2002/03/09 05:22:29  ajc
  * this should do it.
 
@@ -3405,3 +3408,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
+
index 701476e26f32c0b3d3cbee7beed91eeb5e28d5b1..cf355cba450dad362e169b5d67445cca6b9b0b9e 100644 (file)
@@ -1050,7 +1050,8 @@ int CtdlForgetThisRoom(void) {
        struct visit vbuf;
 
        /* On some systems, Aides are not allowed to forget rooms */
-       if (is_aide() && (config.c_aide_zap == 0)) {
+       if (is_aide() && (config.c_aide_zap == 0)
+          && ((CC->quickroom.QRflags & QR_MAILBOX) == 0)  ) {
                return(1);
        }