summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src/proto.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-01-18 07:19:16 +0000
committerRobert Pösel <robyer@seznam.cz>2014-01-18 07:19:16 +0000
commit3becde66074e1c9693e9cb06d83badb2d859bdfc (patch)
treea75a4f604205b68926462efd9c7ae87e08801586 /protocols/Omegle/src/proto.h
parent9679609450b807b3c61cdb1baf93ac82fb1a906e (diff)
Omegle: Fix /asl command
git-svn-id: http://svn.miranda-ng.org/main/trunk@7706 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/proto.h')
-rw-r--r--protocols/Omegle/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Omegle/src/proto.h b/protocols/Omegle/src/proto.h
index a27e8f24b9..dc774a56b3 100644
--- a/protocols/Omegle/src/proto.h
+++ b/protocols/Omegle/src/proto.h
@@ -126,6 +126,7 @@ public:
// Chat handling
void AddChat(const TCHAR *id,const TCHAR *name);
void UpdateChat(const TCHAR *name, const TCHAR *message, bool addtochat = true);
+ void SendChatMessage(std::string message);
void AddChatContact(const TCHAR *nick);
void DeleteChatContact(const TCHAR *name);
void SetChatStatus(int);