Send team chat to private IRC channel

master
rubenwardy 2016-04-08 17:58:26 +01:00
parent aa6cef7a39
commit ae9c820e03
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,3 @@
ctf
chatplus?
irc?

View File

@ -282,6 +282,9 @@ minetest.register_chatcommand("t", {
minetest.chat_send_player(username,
tname .. "<" .. name .. "> ** " .. param .. " **")
end
if minetest.global_exists("irc") and irc.feature_mod_channel then
irc:say(irc.config.channel, tname .. "<" .. name .. "> ** " .. param .. " **", true)
end
else
minetest.chat_send_player(name,
"You're not in a team, so you have no team to talk to.")