]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_user/cmd_away.cpp
Various text improvements: consistency, syntax, help and doc updates/fixes.
[user/henk/code/inspircd.git] / src / coremods / core_user / cmd_away.cpp
index 50a586392b4a2d4a4e58ac73c02fa5b4eab0e901..834e8711d448cfe10a2a5ac8a90ab62431fd077f 100644 (file)
@@ -33,7 +33,7 @@ CommandAway::CommandAway(Module* parent)
        , awayevprov(parent)
 {
        allow_empty_last_param = false;
-       syntax = "[<message>]";
+       syntax = "[:<message>]";
 }
 
 /** Handle /AWAY