summaryrefslogtreecommitdiff
path: root/irc/dancer-services/files/patch-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc/dancer-services/files/patch-server.c')
-rw-r--r--irc/dancer-services/files/patch-server.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/irc/dancer-services/files/patch-server.c b/irc/dancer-services/files/patch-server.c
new file mode 100644
index 000000000000..a9419f9011c7
--- /dev/null
+++ b/irc/dancer-services/files/patch-server.c
@@ -0,0 +1,15 @@
+--- source/server.c.orig Tue Mar 25 06:09:13 2003
++++ source/server.c Fri Apr 25 04:09:10 2003
+@@ -1029,12 +1029,6 @@
+ I moved this code from below for smoother source tweak -kre */
+ command = av[3] + 1;
+
+- /* Obviously, this code down strips '%'. But what if some valid string
+- contains regular '%' and it should _not_ be stripped, ie. passwd
+- string? So, I'll add search for IDENTIFY string. -kre */
+- if (ircncmp(command, "IDENTIFY", 8))
+- stripformatsymbols(av[3]);
+-
+ if (RestrictedAccess)
+ {
+ /*