diff options
Diffstat (limited to 'protocols/Omegle/src/connection.cpp')
-rw-r--r-- | protocols/Omegle/src/connection.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/Omegle/src/connection.cpp b/protocols/Omegle/src/connection.cpp index db2b73970c..f0f40221f1 100644 --- a/protocols/Omegle/src/connection.cpp +++ b/protocols/Omegle/src/connection.cpp @@ -22,6 +22,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "stdafx.h"
+// Known server messages, only to inform lpgen
+const char *server_messages[] = {
+ LPGEN("Stranger is using Omegle's mobile Web site (omegle.com on a phone or tablet)"),
+ LPGEN("You both speak the same language.")
+};
+
void OmegleProto::SignOn(void*)
{
SYSTEMTIME t;
|