forked from minetest-mods/irc
Display total number of players with /who (#65)
This commit is contained in:
parent
ceb40e2bb3
commit
cc78f12a4c
@ -47,7 +47,7 @@ minetest.register_chatcommand("who", {
|
|||||||
out[n] = plname
|
out[n] = plname
|
||||||
end
|
end
|
||||||
table.sort(out)
|
table.sort(out)
|
||||||
return true, "Players in channel: "..table.concat(out, ", ")
|
return true, n.." player(s) in channel: "..table.concat(out, ", ")
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user