]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Update comment
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 28 Aug 2006 18:17:37 +0000 (18:17 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 28 Aug 2006 18:17:37 +0000 (18:17 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5054 e03df62e-2008-0410-955e-edbf42e46eb7

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);