]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/snomasks.h
Fix FileReader not working with files specified in <files>
[user/henk/code/inspircd.git] / include / snomasks.h
index db398922505e1c89750764e68c2fbe185ebf4784..df4faab47b982c71781b900f183709e2e59c2951 100644 (file)
@@ -59,8 +59,8 @@ class Snomask
        void Flush();
 
        /** Returns the description of this snomask
-        * @param remote If true the description of the uppercase (remote) variant of this snomask
-        * will be returned (i.e.: "REMOTE" will be prepended to the description).
+        * @param letter The letter of this snomask. If uppercase, the description of the remote
+        * variant of this snomask will be returned (i.e.: "REMOTE" will be prepended to the description).
         * @return The description of this snomask
         */
        std::string GetDescription(char letter) const;