From 2ee9a791953847a87f274f5a6531d2f51b519e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= Date: Tue, 18 Dec 2012 23:51:29 -0200 Subject: [PATCH] Testing --- src/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.lua b/src/init.lua index a12b736..77b6623 100644 --- a/src/init.lua +++ b/src/init.lua @@ -220,7 +220,7 @@ minetest.register_chatcommand("join", { mt_irc.connected_players[name] = true; -- Best way I could get bot to autojoin channel was to add the irc.join function here. -- Bot won't connect until the first user joins. The bot will not disconect if last player leaves. - --irc.join(mt_irc.channel); + irc.join(mt_irc.channel); minetest.chat_send_player(name, "IRC: You are now in the channel."); end; });