mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
lastseen & certauth & route_replies: add missing descriptions
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user