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. --- ...12-ngircd-Channel-mode-r-is-supported-now.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 contrib/Anope/0012-ngircd-Channel-mode-r-is-supported-now.patch (limited to 'contrib/Anope/0012-ngircd-Channel-mode-r-is-supported-now.patch') diff --git a/contrib/Anope/0012-ngircd-Channel-mode-r-is-supported-now.patch b/contrib/Anope/0012-ngircd-Channel-mode-r-is-supported-now.patch deleted file mode 100644 index 2127c269..00000000 --- a/contrib/Anope/0012-ngircd-Channel-mode-r-is-supported-now.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 99c18cafdee28bfb17fad5f0526b3ed5d1f5f312 Mon Sep 17 00:00:00 2001 -From: Alexander Barton -Date: Sat, 31 Dec 2011 16:17:50 +0100 -Subject: [PATCH 12/16] ngircd: let Anope know that channel mode "r" is - supported - ---- - modules/protocol/ngircd.cpp | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp -index 9c26ec8..6155667 100644 ---- a/modules/protocol/ngircd.cpp -+++ b/modules/protocol/ngircd.cpp -@@ -512,6 +512,7 @@ class ProtongIRCd : public Module - ModeManager::AddChannelMode(new ChannelMode(CMODE_MODERATED, 'm')); - ModeManager::AddChannelMode(new ChannelMode(CMODE_NOEXTERNAL, 'n')); - ModeManager::AddChannelMode(new ChannelMode(CMODE_PERM, 'P')); -+ ModeManager::AddChannelMode(new ChannelModeRegistered('r')); - ModeManager::AddChannelMode(new ChannelMode(CMODE_REGISTEREDONLY, 'R')); - ModeManager::AddChannelMode(new ChannelMode(CMODE_SECRET, 's')); - ModeManager::AddChannelMode(new ChannelMode(CMODE_TOPIC, 't')); --- -1.7.8.3 - -- cgit 1.4.1