about summary refs log tree commit diff
path: root/contrib/Anope/0011-ngircd-Update-protocol-module-for-current-Anope.patch
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2012-11-04 13:58:25 +0100
committerAlexander Barton <alex@barton.de>2012-11-10 21:26:25 +0100
commit45b0bb5aff6157409ea88b344c34b7bf84dc8886 (patch)
tree8a07254443c887b6dbdd648d8866702cb8e43e71 /contrib/Anope/0011-ngircd-Update-protocol-module-for-current-Anope.patch
parentc7db2f8429c161835f6a9ed4523f45c23918892b (diff)
downloadngircd-45b0bb5aff6157409ea88b344c34b7bf84dc8886.tar.gz
ngircd-45b0bb5aff6157409ea88b344c34b7bf84dc8886.zip
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.
Diffstat (limited to 'contrib/Anope/0011-ngircd-Update-protocol-module-for-current-Anope.patch')
-rw-r--r--contrib/Anope/0011-ngircd-Update-protocol-module-for-current-Anope.patch29
1 files changed, 0 insertions, 29 deletions
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
deleted file mode 100644
index bbf2b633..00000000
--- a/contrib/Anope/0011-ngircd-Update-protocol-module-for-current-Anope.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 4dc5a3d3e2fbb218461d9459bff1c0a392a75881 Mon Sep 17 00:00:00 2001
-From: Alexander Barton <alex@barton.de>
-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
-