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. --- contrib/Anope/0002-ngircd-whitespace-fixes.patch | 60 ------------------------ 1 file changed, 60 deletions(-) delete mode 100644 contrib/Anope/0002-ngircd-whitespace-fixes.patch (limited to 'contrib/Anope/0002-ngircd-whitespace-fixes.patch') diff --git a/contrib/Anope/0002-ngircd-whitespace-fixes.patch b/contrib/Anope/0002-ngircd-whitespace-fixes.patch deleted file mode 100644 index 60356a88..00000000 --- a/contrib/Anope/0002-ngircd-whitespace-fixes.patch +++ /dev/null @@ -1,60 +0,0 @@ -From 1ea1dd2095e63cef34edbebb729edc687f410a96 Mon Sep 17 00:00:00 2001 -From: Alexander Barton -Date: Mon, 16 May 2011 18:26:56 +0200 -Subject: [PATCH 2/2] ngircd: whitespace fixes - ---- - modules/protocol/ngircd.cpp | 12 ++++++------ - 1 files changed, 6 insertions(+), 6 deletions(-) - -diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp -index 6e1f21f..e546d05 100644 ---- a/modules/protocol/ngircd.cpp -+++ b/modules/protocol/ngircd.cpp -@@ -266,11 +266,11 @@ bool event_chaninfo(const Anope::string &source, const std::vectorChangeTopicInternal(source, params[2], Anope::CurTime); -- } -+ } - else if (params.size() == 5) - { - for (size_t i = 0, end = params[1].length(); i < end; ++i) -@@ -307,7 +307,7 @@ bool event_njoin(const Anope::string &source, const std::vector & - c = new Channel(params[0], Anope::CurTime); - c->SetFlag(CH_SYNCING); - } -- -+ - while (sep.GetToken(buf)) - { - std::list Status; -@@ -415,9 +415,9 @@ bool event_376(const Anope::string &source, const std::vector &pa - - class ProtongIRCd : public Module - { -- Message message_kick, message_pass, message_njoin, message_chaninfo, message_005, -+ Message message_kick, message_pass, message_njoin, message_chaninfo, message_005, - message_442, message_376; -- -+ - ngIRCdProto ircd_proto; - ngIRCdIRCdMessage ircd_message; - -@@ -461,7 +461,7 @@ class ProtongIRCd : public Module - { - this->SetAuthor("Anope"); - this->SetType(PROTOCOL); -- -+ - Capab.SetFlag(CAPAB_QS); - - pmodule_ircd_var(myIrcd); --- -1.7.2.5 - -- cgit 1.4.1