mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-05 09:40:20 +01:00
Fixed small bugs
This commit is contained in:
parent
915e581fb3
commit
00e4acdcc5
|
@ -82,7 +82,6 @@ end);
|
||||||
minetest.register_on_joinplayer(function ( player )
|
minetest.register_on_joinplayer(function ( player )
|
||||||
|
|
||||||
irc.register_callback("connect", function ( )
|
irc.register_callback("connect", function ( )
|
||||||
if (not mt_irc.connect_ok) then return; end
|
|
||||||
irc.join(mt_irc.channel);
|
irc.join(mt_irc.channel);
|
||||||
irc.say(mt_irc.channel, "*** "..player:get_player_name().." joined the game");
|
irc.say(mt_irc.channel, "*** "..player:get_player_name().." joined the game");
|
||||||
end);
|
end);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user