]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Update documentation to indicate that userrec::userrec() may throw on duplicate uuid
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 27 Aug 2007 19:32:07 +0000 (19:32 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 27 Aug 2007 19:32:07 +0000 (19:32 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7915 e03df62e-2008-0410-955e-edbf42e46eb7

include/users.h

index 17bc9ca2aebdbef53a126fd5b482ca2a429983eb..40c3603518e1e2be0729a701f63faa4a3427754d 100644 (file)
@@ -660,7 +660,7 @@ class CoreExport userrec : public connection
        bool exempt;
 
        /** Default constructor
-        * @throw Nothing at present
+        * @throw CoreException if the UID allocated to the user already exists
         * @param Instance Creator instance
         * @param uid User UUID, or empty to allocate one automatically
         */