]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/snomasks.h
Extract command line option parsing to a function.
[user/henk/code/inspircd.git] / include / snomasks.h
index bd08773e9972be82a4f0dd591ee110ace0177cc8..817371613c1833a4af4cff65affa0330123b8352 100644 (file)
@@ -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);