summaryrefslogtreecommitdiff
path: root/include/moduledefs.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-03-12 17:27:11 +0000
committerSadie Powell <sadie@witchery.services>2020-03-12 17:51:03 +0000
commit1efc234a54bd66714f9743ca7d1f3d5c0be3628e (patch)
treeb352bf8c30f8fea17f6be2b17d0a74fe97fa61da /include/moduledefs.h
parent906e44f687185f6507cba95ec1b565de4936eb03 (diff)
Implement support for the SERVLIST command.
Diffstat (limited to 'include/moduledefs.h')
-rw-r--r--include/moduledefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/moduledefs.h b/include/moduledefs.h
index 9f54e3eeb..a706a8883 100644
--- a/include/moduledefs.h
+++ b/include/moduledefs.h
@@ -22,7 +22,7 @@
class Module;
/** The version of the InspIRCd ABI which is presently in use. */
-#define MODULE_ABI 3011UL
+#define MODULE_ABI 3012UL
/** Stringifies the value of a symbol. */
#define MODULE_STRINGIFY_SYM1(DEF) MODULE_STRINGIFY_SYM2(DEF)