blob: 79ade0c6ef269d0de177d725515af1359ecf52cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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);
}
|