X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_modenotice.cpp;h=0d29657d5fdf2e2ac8fe9dd1af3f1ec9668332dd;hb=dcafba95960685120b1f6d902de623ca10ed6135;hp=0faa5ca978eb6e3a35cdc69a1c10b6e95686581f;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_modenotice.cpp b/src/modules/m_modenotice.cpp index 0faa5ca97..0d29657d5 100644 --- a/src/modules/m_modenotice.cpp +++ b/src/modules/m_modenotice.cpp @@ -68,7 +68,7 @@ class ModuleModeNotice : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides the MODENOTICE command", VF_VENDOR); + return Version("Adds the /MODENOTICE command which sends a message to all users with the specified user modes set.", VF_VENDOR); } };