diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-19 20:11:55 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-19 20:11:55 +0000 |
commit | d16d69e7b86095c1493f4a7062751768c31a58fc (patch) | |
tree | f6396cd0a81bca933763ce4e90305be62128589b /protocols/Omegle/src/utils.h | |
parent | 3b8beab406e3e93c0c007a8291393bc491669b99 (diff) |
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
Diffstat (limited to 'protocols/Omegle/src/utils.h')
-rw-r--r-- | protocols/Omegle/src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Omegle/src/utils.h b/protocols/Omegle/src/utils.h index cd7dacbcd0..578d2874a7 100644 --- a/protocols/Omegle/src/utils.h +++ b/protocols/Omegle/src/utils.h @@ -37,6 +37,7 @@ namespace utils std::string special_expressions_decode( std::string data );
std::string slashu_to_utf8(const std::string &data );
std::string trim(const std::string &data );
+ void explode(std::string str, std::string separator, std::vector<std::string>* results);
};
namespace debug
|