summaryrefslogtreecommitdiff
path: root/chat/irssi/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'chat/irssi/patches/patch-ae')
-rw-r--r--chat/irssi/patches/patch-ae12
1 files changed, 0 insertions, 12 deletions
diff --git a/chat/irssi/patches/patch-ae b/chat/irssi/patches/patch-ae
deleted file mode 100644
index d5c94794479..00000000000
--- a/chat/irssi/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2003/07/05 14:25:52 wiz Exp $
-
---- src/irc/core/modes.c.orig Thu Oct 31 18:30:03 2002
-+++ src/irc/core/modes.c
-@@ -512,7 +512,6 @@ void channel_set_mode(IRC_SERVER_REC *se
- curmode = cmd_get_param(&modestr);
- if (*curmode == '\0')
- break;
-- continue;
- }
-
- if (*curmode == '+' || *curmode == '-') {