X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_sakick.cpp;h=a323ed85c65cb0a6fda1952d0f72dff46fb48b07;hb=4cc992f6c20354eef88b7652f268591daccb1b20;hp=2970596af96fccbe18b4aff15025790c654b388e;hpb=21e7efdadfa685ac1ddcb0a0a515502bc873302b;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_sakick.cpp b/src/modules/m_sakick.cpp index 2970596af..a323ed85c 100644 --- a/src/modules/m_sakick.cpp +++ b/src/modules/m_sakick.cpp @@ -90,7 +90,7 @@ class ModuleSakick : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Provides a SAKICK command", VF_OPTCOMMON|VF_VENDOR); + return Version("Provides the SAKICK command", VF_OPTCOMMON|VF_VENDOR); } };