X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmessages.c;h=cb9001d050c7e4af5a038d22b8c864acbd8c3afb;hb=09063a2c465aa56b6cf1352e08661b1a3b9c7314;hp=5dcc5c9d3d02ece4944d3720842ebd6c7ffa8538;hpb=e8f818c479ed12ffa571fd875ee44520c9042f44;p=citadel.git diff --git a/webcit/messages.c b/webcit/messages.c index 5dcc5c9d3..cb9001d05 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -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);