static Collection subBot_getMyWebSockets() { Collection sockets = filterByField((Collection) get(mainBot(), 'webSockets), botID := formattedProgramID()); WeakReference ref = new(mc()); for (O ws : sockets) setOpt(ws, bot := ref); ret sockets; }