This commit is contained in:
Diego Martínez 2012-12-24 17:57:39 -02:00
parent fb112e9613
commit 3aaf7722f9
1 changed files with 1 additions and 1 deletions

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 )