]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Fix part of bug #419 (source nick showing in KILL message to user with hidekills on)
[user/henk/code/inspircd.git] / src / users.cpp
index 5617715fdeb6b9a6b3f2524095d416fba8981f74..b357fd149814c1a071ec542458da413fd73ef152 100644 (file)
@@ -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!");