summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/opendchub/files/0.7.14-telnet.patch')
-rw-r--r--net-p2p/opendchub/files/0.7.14-telnet.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-p2p/opendchub/files/0.7.14-telnet.patch b/net-p2p/opendchub/files/0.7.14-telnet.patch
deleted file mode 100644
index f5254cbbbe11..000000000000
--- a/net-p2p/opendchub/files/0.7.14-telnet.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur opendchub-0.7.14.vanilla/src/main.c opendchub-0.7.14/src/main.c
---- opendchub-0.7.14.vanilla/src/main.c 2003-11-15 08:01:16.000000000 -0600
-+++ opendchub-0.7.14/src/main.c 2004-08-23 15:58:33.119710184 -0500
-@@ -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);
- }
-