blob: f81bf44cbc69beb88432c66770c0672293c12515 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- opendchub-0.8.2/src/main.c.orig
+++ opendchub-0.8.2/src/main.c
@@ -1073,7 +1073,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);
}
|