aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules.h
diff options
context:
space:
mode:
authorGravatar Peter Powell2018-09-23 14:19:06 +0100
committerGravatar Peter Powell2018-09-23 14:19:06 +0100
commitcae87fa047bafedc665d07929b47eaa707ff5f42 (patch)
treec03f926496ac49d01efff18b662ca5ccac6645c2 /include/modules.h
parentDon't sync xlines defined in the config and expire them on rehash. (diff)
downloadinspircd++-cae87fa047bafedc665d07929b47eaa707ff5f42.tar.gz
inspircd++-cae87fa047bafedc665d07929b47eaa707ff5f42.tar.bz2
inspircd++-cae87fa047bafedc665d07929b47eaa707ff5f42.zip
Switch all core modules still using COMMAND_INIT to MODULE_INIT.
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h
index db0bc341e..43ab2ae3a 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1186,5 +1186,3 @@ class CoreExport ModuleManager : public fakederef<ModuleManager>
return new y; \
} \
extern "C" DllExport const char inspircd_src_version[] = INSPIRCD_VERSION;
-
-#define COMMAND_INIT(c) MODULE_INIT(CommandModule<c>)