modify messages
This commit is contained in:
parent
7676fb8904
commit
a28cb1ed89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user