lastseen & certauth & route_replies: add missing descriptions

This commit is contained in:
Mikaela Suomalainen
2015-09-20 16:28:50 +03:00
parent 6aed12f17d
commit f1cc0e4492
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ private:
public:
MODCONSTRUCTOR(CLastSeenMod) {
AddHelpCommand();
AddCommand("Show", static_cast<CModCommand::ModCmdFunc>(&CLastSeenMod::ShowCommand));
AddCommand("Show", static_cast<CModCommand::ModCmdFunc>(&CLastSeenMod::ShowCommand),"", "Shows list of users and when they last logged in");
}
virtual ~CLastSeenMod() {}