diff options
Diffstat (limited to 'net-p2p/opendchub/files/patch-telnet_chat_fix')
-rw-r--r-- | net-p2p/opendchub/files/patch-telnet_chat_fix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/opendchub/files/patch-telnet_chat_fix b/net-p2p/opendchub/files/patch-telnet_chat_fix deleted file mode 100644 index 79ade0c6ef26..000000000000 --- a/net-p2p/opendchub/files/patch-telnet_chat_fix +++ /dev/null @@ -1,11 +0,0 @@ ---- 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);
- }
-
|