Skip to content
Snippets Groups Projects
Commit 0053413e authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Fix STATS m to report proper command, found by nelgin, thanks!

parent ec92d660
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1449,7 +1449,7 @@ function IRCClient_do_stats(statschar) {
for (i in Profile) {
this.numeric(212, format(
"%s %s %s",
Profile[i],
i,
Profile[i].ticks,
Profile[i].executions
));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment