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
|
||||
end
|
||||
table.sort(out)
|
||||
return true, "Players in channel: "..table.concat(out, ", ")
|
||||
return true, n.." player(s) in channel: "..table.concat(out, ", ")
|
||||
end
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user