--- src/main.c.orig	Sun Feb 13 16:54:21 2005
+++ src/main.c	Sun Feb 13 16:55:31 2005
@@ -1056,7 +1056,7 @@
 	     /* The chat command, starts with <nick> */
 	     else if(*temp == '<')
 	       {
-		  if((user->type & (SCRIPT | UNKEYED | LINKED | NON_LOGGED)) == 0)
+		  if((user->type & (SCRIPT | UNKEYED | LINKED | NON_LOGGED | NON_LOGGED_ADM)) == 0)
 		    chat(temp, user);
 	       }
 	     
