Remove author name from IRC message
This commit is contained in:
parent
4f7a88facf
commit
460774edaa
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ function ctf_map.place_map(map)
|
||||||
end
|
end
|
||||||
minetest.chat_send_all(msg)
|
minetest.chat_send_all(msg)
|
||||||
if minetest.global_exists("irc") and irc.connected then
|
if minetest.global_exists("irc") and irc.connected then
|
||||||
irc:say(msg)
|
irc:say("Map: " .. map.name)
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue