X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_sethost.cpp;h=e4662791dc18a3febb4d7b0ccfb3911a5e21607b;hb=ac7defcd3e52695dcf5e5150e9fe3e1624205e64;hp=907649158aa810dae9b18fb387789477d1d00567;hpb=a4db7bf9af00b32d4f5c1922997d02b0b8be59e5;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp index 907649158..e4662791d 100644 --- a/src/modules/m_sethost.cpp +++ b/src/modules/m_sethost.cpp @@ -76,6 +76,10 @@ class ModuleSetHost : public Module public: ModuleSetHost() : cmd(this, hostmap) + { + } + + void init() { OnRehash(NULL); ServerInstance->AddCommand(&cmd); @@ -83,7 +87,6 @@ class ModuleSetHost : public Module ServerInstance->Modules->Attach(eventlist, this, 1); } - void OnRehash(User* user) { std::string hmap = ServerInstance->Config->ConfValue("hostname")->getString("charmap", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.-_/0123456789");