mirror of
https://github.com/minetest-mods/irc.git
synced 2024-12-28 09:40:17 +01:00
Fix
This commit is contained in:
parent
fb112e9613
commit
3aaf7722f9
@ -89,7 +89,7 @@ mt_irc.part = function ( name )
|
|||||||
mt_irc.connected_players[name] = false;
|
mt_irc.connected_players[name] = false;
|
||||||
minetest.chat_send_player(name, "IRC: You are now out of the channel.");
|
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.");
|
--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
|
end
|
||||||
|
|
||||||
mt_irc.join = function ( name )
|
mt_irc.join = function ( name )
|
||||||
|
Loading…
Reference in New Issue
Block a user