mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Add feedback when .wallop message is sent
This does the following: - Opens a message-tab called "SUP" when a .wallop message is sent. - Throws a validation error if another message is directly send into this "SUP" channel as another .wallop should be used.
This commit is contained in:
@@ -117,6 +117,9 @@ namespace BlackMisc
|
||||
//! Is this a broadcast message
|
||||
bool isBroadcastMessage() const;
|
||||
|
||||
//! Is this a message send via .wallop
|
||||
bool isWallopMessage() const;
|
||||
|
||||
//! Whole message as formatted string. Used to display message in a console window.
|
||||
//! \param withSender include sender information in string?
|
||||
//! \param withRecipient include recipient information in string?
|
||||
|
||||
Reference in New Issue
Block a user