mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-10 20:10:19 +01:00
Add separator to !players command.
This commit is contained in:
parent
99c7c56733
commit
0d57978c84
|
@ -114,7 +114,7 @@ mt_irc:register_bot_command("players", {
|
||||||
table.insert(names, player:get_player_name())
|
table.insert(names, player:get_player_name())
|
||||||
end
|
end
|
||||||
mt_irc:say(user.nick, "Connected players: "
|
mt_irc:say(user.nick, "Connected players: "
|
||||||
..table.concat(names))
|
..table.concat(names, ", "))
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user