mirror of
https://github.com/znc/znc.git
synced 2026-07-04 08:51:14 +02:00
Merge branch '1.6.x'
Conflicts: modules/bouncedcc.cpp
This commit is contained in:
@@ -71,7 +71,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