mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-05 01:30:19 +01:00
Fixed autojoin bug
This commit is contained in:
parent
9ac5f86475
commit
ff14ed3153
|
@ -2,6 +2,7 @@
|
|||
minetest.register_on_joinplayer(function ( player )
|
||||
|
||||
irc.say(mt_irc.channel, "*** "..player:get_player_name().." joined the game");
|
||||
mt_irc.connected_players[player:get_player_name()] = mt_irc.auto_join;
|
||||
|
||||
end);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user