diff options
| author | Alexander Barton <alex@barton.de> | 2012-11-04 13:58:25 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-11-10 21:26:25 +0100 |
| commit | 45b0bb5aff6157409ea88b344c34b7bf84dc8886 (patch) | |
| tree | 8a07254443c887b6dbdd648d8866702cb8e43e71 /contrib/Anope/Makefile.am | |
| parent | c7db2f8429c161835f6a9ed4523f45c23918892b (diff) | |
| download | ngircd-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/Makefile.am')
| -rw-r--r-- | contrib/Anope/Makefile.am | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/contrib/Anope/Makefile.am b/contrib/Anope/Makefile.am deleted file mode 100644 index 9da78a25..00000000 --- a/contrib/Anope/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -# -# ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# Please read the file COPYING, README and AUTHORS for more information. -# - -EXTRA_DIST = \ - README \ - 0001-Revert-Removed-ngircd.patch \ - 0002-ngircd-whitespace-fixes.patch \ - 0003-Update-ngIRCd-protocol-module-for-current-Anope.patch \ - 0004-ngircd-Do-PING-PONG-on-server-burst-to-sync.patch \ - 0005-ngircd-always-prefix-modes-in-CHANINFO-with.patch \ - 0006-ngircd-support-user-mode-R-and-channel-mode-R.patch \ - 0007-ngircd-Fix-handling-of-JOIN-commands.patch \ - 0008-ngircd-Allow-setting-modes-by-clients-on-burst.patch \ - 0009-ngircd-Update-protocol-module-for-current-Anope.patch \ - 0010-ngircd-Add-ProtongIRCd.patch \ - 0011-ngircd-Update-protocol-module-for-current-Anope.patch \ - 0012-ngircd-Channel-mode-r-is-supported-now.patch \ - 0013-ngircd-Update-copyright-notice.patch \ - 0014-ngircd-set-unset-GLINE-s-on-AKILL-commands.patch \ - 0015-ngircd-ngIRCd-supports-channel-mode-e-now.patch \ - 0016-ngircd-support-SQUERY-command.patch - -maintainer-clean-local: - rm -f Makefile Makefile.in - -# -eof- |