summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/Omegle/proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/proto.cpp b/protocols/Omegle/proto.cpp
index e6d2324aa3..db9d08a634 100644
--- a/protocols/Omegle/proto.cpp
+++ b/protocols/Omegle/proto.cpp
@@ -95,7 +95,7 @@ DWORD_PTR OmegleProto::GetCaps( int type, HANDLE hContact )
switch(type)
{
case PFLAGNUM_1:
- return PF1_IM | PF1_CHAT; // TODO: Why we need PF1_IM to activate smileys? Shouldnt be PF1_CHAT enough?
+ return PF1_CHAT;
case PFLAGNUM_2:
return PF2_ONLINE;
case PFLAGNUM_4: