X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_shun.cpp;h=10693e5f37c1ea21996696f757d90bb4d669ccfe;hb=ac7defcd3e52695dcf5e5150e9fe3e1624205e64;hp=096d2f9eee97799e15ead02d952a043c68573ba8;hpb=6dd61235fc8cb67ba9919b84be42c966b7273fac;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index 096d2f9ee..10693e5f3 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -182,6 +182,10 @@ class ModuleShun : public Module public: ModuleShun() : cmd(this) + { + } + + void init() { ServerInstance->XLines->RegisterFactory(&f); ServerInstance->AddCommand(&cmd);