1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 23:56:39 +02:00

Fixed build

This commit is contained in:
Adam
2011-08-09 17:50:15 -04:00
parent 5d6f4cfea4
commit 1ce0199af2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);