X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_devoice.cpp;h=06413f0ec0432206b662b3311bb9cf708c3570d7;hb=b7e299c2e10d915d5e59df4cb3f54951c8daa999;hp=e2ada413b960b143ce1b5ca2cc771184345ddfd9;hpb=f2acdbc3820f0f4f5ef76a0a64e73d2a320df91f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_devoice.cpp b/src/modules/m_devoice.cpp index e2ada413b..06413f0ec 100644 --- a/src/modules/m_devoice.cpp +++ b/src/modules/m_devoice.cpp @@ -49,7 +49,7 @@ class cmd_devoice : public command_t ServerInstance->SendMode(modes,3,n); delete n; - /* route it */ + /* route it -- SendMode doesn't distribute over the whole network */ return CMD_SUCCESS; } @@ -74,7 +74,7 @@ class ModuleDeVoice : public Module virtual Version GetVersion() { - return Version(1, 1, 0, 0, VF_VENDOR, API_VERSION); + return Version(1, 1, 0, 0, VF_COMMON | VF_VENDOR, API_VERSION); } };