summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 06aba8fca..5617715fd 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -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;
}