summaryrefslogtreecommitdiff
path: root/net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch')
-rw-r--r--net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch b/net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch
deleted file mode 100644
index c8efc525ed65..000000000000
--- a/net-p2p/opendchub/files/opendchub-0.8.2-telnet.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/main.c
-+++ b/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);
- }
-