X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_setident.cpp;h=00545e29b65db5c73db7c19d140da2769b7799e2;hb=ac7defcd3e52695dcf5e5150e9fe3e1624205e64;hp=2e81c1efd063138c7fcee3f7df07304b83976bf4;hpb=553a8da754c8cd308bad2008018849714e70f9b7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_setident.cpp b/src/modules/m_setident.cpp index 2e81c1efd..00545e29b 100644 --- a/src/modules/m_setident.cpp +++ b/src/modules/m_setident.cpp @@ -69,6 +69,10 @@ class ModuleSetIdent : public Module public: ModuleSetIdent() : cmd(this) + { + } + + void init() { ServerInstance->AddCommand(&cmd); }