summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@gmail.com>2021-08-27 17:12:57 +0200
committerGitHub <noreply@github.com>2021-08-27 17:12:57 +0200
commit07a71180cc394fad75ac959d6ec5e4b55f23d0f2 (patch)
treeb9c44fadbfea6bf4f9574f9f93b3520d2e0c75ed /protocols
parent8d7130f350d4262caaf9484a9ef1e573997b822e (diff)
Omegle
Another fix for #2947
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Omegle/src/communication.cpp2
1 files changed, 1 insertions, 1 deletions
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);