modify messages

master
tchncs 2016-04-20 20:26:28 +02:00
parent 7676fb8904
commit a28cb1ed89
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ minetest.register_chatcommand(keyword, {
home = true,
nointeract = nil,
})
minetest.chat_send_all("<Server> player, "..player.." Read the rules and has been granted interact!")
minetest.chat_send_player(player, "<Server> to "..player..": This Keyword is not to be told to anyone who is not an admin.")
minetest.chat_send_all("# Illuna: player, "..player.." Read the rules and has been granted interact!")
minetest.chat_send_player(player, "# Illuna to "..player..": This Keyword is not to be told to anyone who is not an admin.")
if minetest.get_modpath("irc") then
irc:say(("* %s %s"):format("", "player, "..player.." Read the rules and has been granted interact!"))
end