diff --git a/main.lua b/main.lua index a02aaa7..fbfbdd5 100644 --- a/main.lua +++ b/main.lua @@ -149,7 +149,7 @@ bot:hook('OnJoin', function(user, channel) io.write '[!LAST]\n' elseif os.time() < (LAST_TIME_USER_LOGGED_OUT[user.nick] or 0) + IRC_ALLOWED_TIMEOUT then io.write(string.format('%s%s reconnected to %s\n', string.rep(' ',INDENT), user.nick, channel)) - else + elseif false then -- NOTE: Currently disabled. -- On other join -- And that user wasn't the last one to join -- And that user haven't been logged in for IRC_ALLOWED_TIMEOUT seconds.