From d16d69e7b86095c1493f4a7062751768c31a58fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 19 Oct 2015 20:11:55 +0000 Subject: Omegle: Various improvements * Remove typing weirdness * Fix resetting "stranger is typing" on receiving message * Make option "hi message" choose randomly from more messages git-svn-id: http://svn.miranda-ng.org/main/trunk@15571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Omegle/src/client.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/Omegle/src/client.h') diff --git a/protocols/Omegle/src/client.h b/protocols/Omegle/src/client.h index d3a6bf6856..b33c05350c 100644 --- a/protocols/Omegle/src/client.h +++ b/protocols/Omegle/src/client.h @@ -42,7 +42,7 @@ public: send_message_lock_ = NULL; state_ = STATE_INACTIVE; - old_typing_ = typing_ = spy_mode_ = false; + typing_ = spy_mode_ = false; error_count_ = 0; @@ -74,7 +74,6 @@ public: // State of client int state_; bool typing_; - bool old_typing_; bool spy_mode_; // Data storage -- cgit v1.2.3