From 07a71180cc394fad75ac959d6ec5e4b55f23d0f2 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 27 Aug 2021 17:12:57 +0200 Subject: Omegle Another fix for #2947 --- protocols/Omegle/src/communication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Omegle/src') diff --git a/protocols/Omegle/src/communication.cpp b/protocols/Omegle/src/communication.cpp index aecd0810f7..0fffe7c1f2 100644 --- a/protocols/Omegle/src/communication.cpp +++ b/protocols/Omegle/src/communication.cpp @@ -214,7 +214,7 @@ std::string Omegle_client::choose_action(int request_type, std::string* get_data { case OMEGLE_REQUEST_START: { - std::string action = "/start?caps=recaptcha2,t&firstevents=1&rcs=1&spid=&lang="; + std::string action = "/start?caps=recaptcha2,t&rcs=1&spid=&lang="; action += get_language(); if (get_data != nullptr) action += (*get_data); -- cgit v1.2.3