summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-19 00:23:14 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2009-02-19 00:23:14 +0000
commitc917ca5a34340f1020d4fe5b963232241efd5974 (patch)
tree378cec0c00c6d297325443dec2a56ddc1f7ff956 /src/misc.c
parent23f5e9de79047b448282d6984db3f12511b751eb (diff)
Remove (and neuter) old event system. Not used by anything in core.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2116 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/misc.c b/src/misc.c
index ff56e6c1f..591cd1181 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -26,6 +26,12 @@ struct arc4_stream {
uint8 s[256];
} rs;
+// XXX: remove me once the old event system is gone.
+void send_event(char const*, int, ...)
+{
+
+}
+
/*************************************************************************/
/**