mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Sending wallop message
This commit is contained in:
@@ -245,6 +245,12 @@ namespace BlackCore
|
||||
*/
|
||||
virtual void sendTextMessages(const BlackMisc::Network::CTextMessageList &messages) = 0;
|
||||
|
||||
/*!
|
||||
* Send a wallop message.
|
||||
* \pre Network must be connected when calling this function.
|
||||
*/
|
||||
virtual void sendWallopMessage(const QString &message) = 0;
|
||||
|
||||
//! @}
|
||||
////////////////////////////////////////////////////////////////
|
||||
//! \name Custom packets
|
||||
|
||||
Reference in New Issue
Block a user