]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is std::string)
[user/henk/code/inspircd.git] / 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
         */