X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_setidle.cpp;h=eaae082499d0c1dfcbccb018cdd197b6fd534956;hb=32d96016bd21fd5dff54503df4222c10662e57e5;hp=8bca7000bb4cb0389b8e3e7cebf236785cafbaea;hpb=7530285740c2db1bc4457859b0d5f2436e0ed113;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); } };