]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_saquit.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_saquit.cpp
index 648528876984f781c35faeabe47529573bfe72c8..ad3c857e099067ec647f5c63969b5e84fc388235 100644 (file)
@@ -54,7 +54,7 @@ class CommandSaquit : public Command
                }
                else
                {
-                       user->WriteNotice("*** Invalid nickname '" + parameters[0] + "'");
+                       user->WriteNotice("*** Invalid nickname: '" + parameters[0] + "'");
                        return CMD_FAILURE;
                }
        }
@@ -76,7 +76,7 @@ class ModuleSaquit : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides support for an SAQUIT command, exits user with a reason", VF_OPTCOMMON | VF_VENDOR);
+               return Version("Provides the SAQUIT command, allows opers to force-quit users", VF_OPTCOMMON | VF_VENDOR);
        }
 };