From a9cbb375b77576c371c0c9b48e8e8cf64f7731a4 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 7 Oct 2012 12:06:11 +0200 Subject: Shorten filenames of Anope protocol module patchfiles Filenames have been too long and couldn't be stored in all tar archive formats ... --- ...-Update-protocol-module-for-current-Anope.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 contrib/Anope/0011-ngircd-Update-protocol-module-for-current-Anope.patch (limited to 'contrib/Anope/0011-ngircd-Update-protocol-module-for-current-Anope.patch') diff --git a/contrib/Anope/0011-ngircd-Update-protocol-module-for-current-Anope.patch b/contrib/Anope/0011-ngircd-Update-protocol-module-for-current-Anope.patch new file mode 100644 index 00000000..bbf2b633 --- /dev/null +++ b/contrib/Anope/0011-ngircd-Update-protocol-module-for-current-Anope.patch @@ -0,0 +1,29 @@ +From 4dc5a3d3e2fbb218461d9459bff1c0a392a75881 Mon Sep 17 00:00:00 2001 +From: Alexander Barton +Date: Sat, 31 Dec 2011 16:12:52 +0100 +Subject: [PATCH 11/16] ngircd: Update protocol module for current Anope 1.9 + GIT + +This changes are rquired by: + + - 150831c1a: Made capab management a bit simplier +--- + modules/protocol/ngircd.cpp | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/modules/protocol/ngircd.cpp b/modules/protocol/ngircd.cpp +index 5fd62db..9c26ec8 100644 +--- a/modules/protocol/ngircd.cpp ++++ b/modules/protocol/ngircd.cpp +@@ -527,7 +527,7 @@ class ProtongIRCd : public Module + { + this->SetAuthor("Anope"); + +- Capab.SetFlag(CAPAB_QS); ++ Capab.insert("QS"); + + pmodule_ircd_var(myIrcd); + pmodule_ircd_proto(&this->ircd_proto); +-- +1.7.8.3 + -- cgit 1.4.1