auto content = varlist[1].get_string();
            std::string netidyarragi = content.substr(content.find("embed_data|netID") + 17, content.length() - content.find("embed_data|netID") - 1);
            if (content.find("set_default_color|`o") != -1) { // trash bug fix
                if (content.find("embed_data|netID") != -1) {
                    g_server->send(false, "action|dialog_return\ndialog_name|popup\nnetID|" + netidyarragi + "|\nbuttonClicked|pull");
                    return true;
                }
            }