From 77ac237c6ef5e2d0b2aa800ebb45ed7265f1bb28 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 25 Aug 2011 17:07:58 -0400 Subject: [PATCH] Test commit --- webcit/messages.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.30.2