summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-28 18:17:37 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-28 18:17:37 +0000
commitceeb3afef3e09d928207be21303393434dae5632 (patch)
treea5e758a2ce3c870c3cd7844730552d565d1ae17b /include
parentafc96cde1f0bf2bf8fa14e04fcabe652735b63c0 (diff)
Update comment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5054 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/channels.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/channels.h b/include/channels.h
index e69122521..14e06d40f 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -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);