Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit cd641ba

Browse files
author
Lee Starnes
committed
modules/sporksircd: Remove SporksIRCD protocol module
SporksIRCD was abandoned by Elizacat, and she has approved the removal of this module. There are currently no known networks running SporksIRCD.
1 parent 9ea3f13 commit cd641ba

File tree

5 files changed

+2
-165
lines changed

5 files changed

+2
-165
lines changed

dist/atheme.conf.example

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
* Nefarious IRCu 0.4.0 or later modules/protocol/nefarious
6161
* ngIRCd 19 or later [experimental] modules/protocol/ngircd
6262
* ShadowIRCd 5.0 or later modules/protocol/shadowircd
63-
* SporksIRCd modules/protocol/sporksircd
6463
* UnrealIRCd 3.2 or later modules/protocol/unreal
6564
*
6665
* If your IRCd vendor has supplied a module file, build it and load it here
@@ -850,7 +849,7 @@ serverinfo {
850849
* If this is enabled, Atheme will indicate to the uplink IRCd
851850
* that it should not be included in /links output. This only works
852851
* on the following IRCds at present: charybdis, hybrid, ircd-seven,
853-
* ratbox, shadowircd, sporksircd.
852+
* ratbox, shadowircd.
854853
*/
855854
#hidden;
856855

include/protocol/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ INCLUDES = \
1111
nefarious.h \
1212
ratbox.h \
1313
shadowircd.h \
14-
sporksircd.h \
1514
undernet.h \
1615
unreal.h
1716

include/protocol/sporksircd.h

-36
This file was deleted.

modules/protocol/Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SRCS = \
1616
elemental-ircd.c\
1717
hybrid.c \
1818
inspircd.c \
19-
ircd-seven.c \
19+
ircd-seven.c \
2020
ircnet.c \
2121
mixin_nohalfops.c \
2222
mixin_noholdnick.c \
@@ -27,7 +27,6 @@ SRCS = \
2727
p10-generic.c \
2828
ratbox.c \
2929
shadowircd.c \
30-
sporksircd.c \
3130
ts6-generic.c \
3231
undernet.c \
3332
unreal.c

modules/protocol/sporksircd.c

-124
This file was deleted.

0 commit comments

Comments
 (0)