X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_setidle.cpp;h=eaae082499d0c1dfcbccb018cdd197b6fd534956;hb=e59cb85871f75b7603c63c6cd274d57536cf6794;hp=8bca7000bb4cb0389b8e3e7cebf236785cafbaea;hpb=1041cb9329027ea2b3855836e2bb68ab7411730f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_setidle.cpp b/src/modules/m_setidle.cpp index 8bca7000b..eaae08249 100644 --- a/src/modules/m_setidle.cpp +++ b/src/modules/m_setidle.cpp @@ -69,7 +69,7 @@ class ModuleSetIdle : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Allows opers to set their idle time", VF_VENDOR); + return Version("Provides the SETIDLE command, allows opers to set their idle time", VF_VENDOR); } };