diff options
| author | 2020-03-30 17:24:12 +0100 | |
|---|---|---|
| committer | 2020-03-30 17:24:12 +0100 | |
| commit | 9ebda853f5bc470858501897442610699a5fd5de (patch) | |
| tree | 95868366404431602883c9671a0b9f5df60e322f /include/clientprotocolmsg.h | |
| parent | Add support for the servers/ignore-shun privilege. (diff) | |
Fix various documentation and formatting issues.
Diffstat (limited to 'include/clientprotocolmsg.h')
| -rw-r--r-- | include/clientprotocolmsg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clientprotocolmsg.h b/include/clientprotocolmsg.h index 0dbac1396..b828934d4 100644 --- a/include/clientprotocolmsg.h +++ b/include/clientprotocolmsg.h @@ -488,6 +488,7 @@ class ClientProtocol::Messages::Privmsg : public ClientProtocol::Message * @param target Target string. * @param text Privmsg text, will be copied. * @param mt Message type. + * @param status Prefix character for status messages. If non-zero the message is a status message. Optional, defaults to 0. */ Privmsg(const std::string& source, const std::string& target, const std::string& text, MessageType mt = MSG_PRIVMSG, char status = 0) : ClientProtocol::Message(CommandStrFromMsgType(mt), source) |
