mirror of
https://github.com/anope/anope.git
synced 2026-06-29 23:56:39 +02:00
Fixed build
This commit is contained in:
@@ -199,7 +199,7 @@ class CommandOSStats : public Command
|
||||
const Anope::string &extra = !params.empty() ? params[0] : "";
|
||||
|
||||
if (extra.equals_ci("RESET"))
|
||||
return this->DoStatsReset();
|
||||
return this->DoStatsReset(source);
|
||||
|
||||
if (extra.equals_ci("ALL") || extra.equals_ci("AKILL"))
|
||||
this->DoStatsAkill(source);
|
||||
|
||||
Reference in New Issue
Block a user