Test commit
authorArt Cancro <ajc@uncensored.citadel.org>
Thu, 25 Aug 2011 21:07:58 +0000 (17:07 -0400)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:56:06 +0000 (21:56 +0000)
webcit/messages.c

index 5dcc5c9d3d02ece4944d3720842ebd6c7ffa8538..cb9001d050c7e4af5a038d22b8c864acbd8c3afb 100644 (file)
@@ -1322,7 +1322,9 @@ void display_enter(void)
                is_anonymous = 1;
        }
 
-       /* First test to see whether this is a room that requires recipients to be entered */
+       /*
+        * First, do we have permission to enter messages in this room at all?
+        */
        Line = NewStrBuf();
        serv_puts("ENT0 0");
        StrBuf_ServGetln(Line);