mirror of
https://github.com/anope/anope.git
synced 2026-07-03 04:23:13 +02:00
@@ -128,6 +128,8 @@ class CommandOSStats : public Command
|
||||
void DoStatsReset(CommandSource &source)
|
||||
{
|
||||
MaxUserCount = UserListByNick.size();
|
||||
MaxUserTime = Anope::CurTime;
|
||||
Stats::me->QueueUpdate();
|
||||
source.Reply(_("Statistics reset."));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user