]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_timedbans.cpp
Fix checking bcrypt hashes.
[user/henk/code/inspircd.git] / src / modules / m_timedbans.cpp
index c4c1fffe43806b5d06a8ce46d98b0b760e7496ff..ef62294fde7544c15729c406e937355c56e2aa40 100644 (file)
@@ -244,7 +244,7 @@ class ModuleTimedBans : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the TBAN command, timed channel bans", VF_COMMON | VF_VENDOR);
+               return Version("Adds the /TBAN command which allows channel operators to add bans which will be expired after the specified period.", VF_COMMON | VF_VENDOR);
        }
 };