summaryrefslogtreecommitdiff
path: root/include/snomasks.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-08-25 13:03:53 +0100
committerPeter Powell <petpow@saberuk.com>2017-08-26 09:58:15 +0100
commita62ae50007c2945251ef1d2611513b6e711f5748 (patch)
treeb4f1023548abbf3ff34a4a5366ee35746bc6acdf /include/snomasks.h
parent6b228abad039aaf89a35671ffa6c57cce9af51bc (diff)
Fix a bunch of Doxygen warnings.
Diffstat (limited to 'include/snomasks.h')
-rw-r--r--include/snomasks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/snomasks.h b/include/snomasks.h
index bd08773e9..817371613 100644
--- a/include/snomasks.h
+++ b/include/snomasks.h
@@ -50,7 +50,7 @@ class Snomask
/** Sends a message to all opers with this snomask.
* @param message The message to send
- * @param remote If true the message will go to the uppercase variant of this snomask
+ * @param letter The snomask character to send the message to.
*/
void SendMessage(const std::string& message, char letter);