]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/users.cpp
Fixed an issue that could cause empty parameters in module commands to not be sent...
[user/henk/code/inspircd.git] / src / users.cpp
index 06aba8fca59bc4e8138a107bed4a2335af8fbb93..5617715fdeb6b9a6b3f2524095d416fba8981f74 100644 (file)
@@ -881,6 +881,7 @@ void userrec::AddClient(InspIRCd* Instance, int socket, int port, bool iscached,
        catch (CoreException &e)
        {
                Instance->Log(DEFAULT,"*** WTF *** Duplicated UUID! -- Crack smoking monkies have been unleashed.");
+               Instance->WriteOpers("*** WARNING *** Duplicate UUID allocated!");
                return;
        }