diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-27 19:32:07 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-27 19:32:07 +0000 |
commit | 5e95c0e559edd3445f8a9c8c819e6bb9ab25cabd (patch) | |
tree | 7c5865909cba87e2d6fd3a1a86887df740a05ff7 /include/users.h | |
parent | bde6c20f52319b6c7405518af5ec3f751fccd527 (diff) |
Update documentation to indicate that userrec::userrec() may throw on duplicate uuid
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7915 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 17bc9ca2a..40c360351 100644 --- a/include/users.h +++ b/include/users.h @@ -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 */ |