]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
auto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' allowing...
[user/henk/code/inspircd.git] / include / channels.h
index e69122521cfc2cefed26ff138d891681ee5dae1c..14e06d40fc5b71183b8ad2426a712a8356eb4d12 100644 (file)
@@ -490,7 +490,9 @@ class chanrec : public Extensible
 
        /** Return all of a users mode prefixes into a char* string.
         * @param user The user to look up
-        * @return A list of all prefix characters. There is no gauranteed order of prefixes.
+        * @return A list of all prefix characters. The prefixes will always
+        * be in rank order, greatest first, as certain IRC clients require
+        * this when multiple prefixes are used names lists.
         */
        const char* GetAllPrefixChars(userrec* user);