diff options
| author | 2007-08-27 19:32:07 +0000 | |
|---|---|---|
| committer | 2007-08-27 19:32:07 +0000 | |
| commit | 5e95c0e559edd3445f8a9c8c819e6bb9ab25cabd (patch) | |
| tree | 7c5865909cba87e2d6fd3a1a86887df740a05ff7 /include | |
| parent | Catch exceptions here for duplicate uuid (it shouldnt happen, which is why th... (diff) | |
| download | inspircd++-5e95c0e559edd3445f8a9c8c819e6bb9ab25cabd.tar.gz inspircd++-5e95c0e559edd3445f8a9c8c819e6bb9ab25cabd.tar.bz2 inspircd++-5e95c0e559edd3445f8a9c8c819e6bb9ab25cabd.zip | |
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')
| -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 */ |
