From 45b0bb5aff6157409ea88b344c34b7bf84dc8886 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 4 Nov 2012 13:58:25 +0100 Subject: Remove Anope "ngircd" protocol module patches Starting with Anope 1.9.8, the ngIRCd protocol module is included in the Anope distribution, so there's no longer any need to support our own (but now heavily outdated!) patches. Therefore remove them. --- ...ngircd-ngIRCd-supports-channel-mode-e-now.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 contrib/Anope/0015-ngircd-ngIRCd-supports-channel-mode-e-now.patch (limited to 'contrib/Anope/0015-ngircd-ngIRCd-supports-channel-mode-e-now.patch') diff --git a/contrib/Anope/0015-ngircd-ngIRCd-supports-channel-mode-e-now.patch b/contrib/Anope/0015-ngircd-ngIRCd-supports-channel-mode-e-now.patch deleted file mode 100644 index 7a25c9a9..00000000 --- a/contrib/Anope/0015-ngircd-ngIRCd-supports-channel-mode-e-now.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 3a61b190db79848d4519296432ebb2ab714c42b7 Mon Sep 17 00:00:00 2001 -From: Alexander Barton -Date: Sun, 22 Jan 2012 19:06:34 +0100 -Subject: [PATCH 15/16] ngircd: ngIRCd supports channel mode 'e' now - ---- - modules/protocol/ngircd.cpp | 3 ++- - 1 files changed, 2 insertions(+), 1 deletions(-) - -diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp -index 3bc3812..0f87cbd 100644 ---- a/modules/protocol/ngircd.cpp -+++ b/modules/protocol/ngircd.cpp -@@ -504,8 +504,9 @@ class ProtongIRCd : public Module - ModeManager::AddUserMode(new UserMode(UMODE_WALLOPS, 'w')); - ModeManager::AddUserMode(new UserMode(UMODE_CLOAK, 'x')); - -- /* Add modes for ban and invite lists */ -+ /* Add modes for ban, exception, and invite lists */ - ModeManager::AddChannelMode(new ChannelModeList(CMODE_BAN, 'b')); -+ ModeManager::AddChannelMode(new ChannelModeList(CMODE_EXCEPT, 'e')); - ModeManager::AddChannelMode(new ChannelModeList(CMODE_INVITEOVERRIDE, 'I')); - - /* Add channel user modes */ --- -1.7.8.3 - -- cgit 1.4.1