@@ -145,3 +145,15 @@ function Core:disconnect()
self.ws.close();
end
function Core:setLoop(loop)
self.loop = loop;
function Core:start()
while true do
if self.loop then
self.loop();
The note is not visible to the blocked user.