From 0ba4b96bbaf1ef385fda088be6e02f93d1b03904 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Aug 2007 11:24:43 +0000 Subject: Allocate uid in userrec constructor. Optional param added, if its empty, the server allocates one, if its not empty the user gets the one given (this is used for remote users) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7873 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index bcd67a65d..17bc9ca2a 100644 --- a/include/users.h +++ b/include/users.h @@ -661,8 +661,10 @@ class CoreExport userrec : public connection /** Default constructor * @throw Nothing at present + * @param Instance Creator instance + * @param uid User UUID, or empty to allocate one automatically */ - userrec(InspIRCd* Instance); + userrec(InspIRCd* Instance, const std::string &uid = ""); /** Returns the full displayed host of the user * This member function returns the hostname of the user as seen by other users -- cgit v1.2.3