diff options
| author | aunsane <aunsane@gmail.com> | 2017-03-16 00:08:16 +0300 | 
|---|---|---|
| committer | aunsane <aunsane@gmail.com> | 2017-03-16 00:09:55 +0300 | 
| commit | c84b27ebb4eaa5327c601f0b504249bf061ef3b5 (patch) | |
| tree | 40bd78d7f39eb29edafe0911b0f3ed58510ae009 /protocols/Slack/src/slack_utils.cpp | |
| parent | 131573060e8ddc945c671ed312b9480ce59d2e9f (diff) | |
Slack: added im message send
Diffstat (limited to 'protocols/Slack/src/slack_utils.cpp')
| -rw-r--r-- | protocols/Slack/src/slack_utils.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Slack/src/slack_utils.cpp b/protocols/Slack/src/slack_utils.cpp index bd40f58ee7..40a6680788 100644 --- a/protocols/Slack/src/slack_utils.cpp +++ b/protocols/Slack/src/slack_utils.cpp @@ -1,10 +1,5 @@  #include "stdafx.h" -bool CSlackProto::IsOnline() -{ -	return false; -} -  void CSlackProto::ShowNotification(const TCHAR *caption, const TCHAR *message, int flags, MCONTACT hContact)  {  	if (Miranda_IsTerminated())  | 
