diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-09-23 18:05:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-09-23 18:05:15 +0000 |
commit | 5a3a7c969cf6253eb1dcc82e95ad8516cc6acff8 (patch) | |
tree | 5383e51e77f538544ee6ba0d766134ae1ed1a34c /src/users.cpp | |
parent | e6f2ead8626f969a729f563e380a070e8356ff02 (diff) |
More compile fixes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8057 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 5617715fd..b357fd149 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -878,7 +878,7 @@ void userrec::AddClient(InspIRCd* Instance, int socket, int port, bool iscached, { New = new userrec(Instance); } - catch (CoreException &e) + catch (...) { Instance->Log(DEFAULT,"*** WTF *** Duplicated UUID! -- Crack smoking monkies have been unleashed."); Instance->WriteOpers("*** WARNING *** Duplicate UUID allocated!"); |