1
0
mirror of https://github.com/minetest-mods/irc.git synced 2024-12-28 09:40:17 +01:00
This commit is contained in:
Diego Martínez 2012-12-24 17:57:39 -02:00
parent fb112e9613
commit 3aaf7722f9

View File

@ -89,7 +89,7 @@ mt_irc.part = function ( name )
mt_irc.connected_players[name] = false;
minetest.chat_send_player(name, "IRC: You are now out of the channel.");
--irc.send(mt_irc.channel, name.." is no longer in the channel.");
mt_irc.send(name.." is no longer in the channel.");
irc.send(name.." is no longer in the channel.");
end
mt_irc.join = function ( name )