Fixed small bugs

This commit is contained in:
Diego Martínez 2012-12-16 23:31:36 -02:00
parent 915e581fb3
commit 00e4acdcc5
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ end);
minetest.register_on_joinplayer(function ( player )
irc.register_callback("connect", function ( )
if (not mt_irc.connect_ok) then return; end
irc.join(mt_irc.channel);
irc.say(mt_irc.channel, "*** "..player:get_player_name().." joined the game");
end);