From 75604ffe8c2ef1f2d76a44dc30e8a257b695daf5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Aug 2017 01:12:26 +0300 Subject: Add ability to send new mail by /sendmail chat command. --- src/net/tmwa/mail2handler.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/net/tmwa/mail2handler.cpp') diff --git a/src/net/tmwa/mail2handler.cpp b/src/net/tmwa/mail2handler.cpp index 1224ed79d..b964af8cd 100644 --- a/src/net/tmwa/mail2handler.cpp +++ b/src/net/tmwa/mail2handler.cpp @@ -56,6 +56,14 @@ void Mail2Handler::sendMail(const std::string &to A_UNUSED, { } +bool Mail2Handler::queueSendMail(const std::string &to A_UNUSED, + const std::string &title A_UNUSED, + const std::string &body A_UNUSED, + const int64_t &money A_UNUSED) const +{ + return false; +} + void Mail2Handler::nextPage(const MailOpenTypeT openType A_UNUSED, const int64_t mailId A_UNUSED) const { -- cgit v1.2.3-60-g2f50