API -
function yourEvent(user) log('Thanks for following' .. user.displayName); end return function() addEvent('follower', 'yourEvent'); keepAlive(); end
Events are asynchronous coroutines.
Last updated 3 hours ago