From 31c80e939c429c37421ecad81b22009a81cd757d Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 29 Aug 2007 21:35:03 +0000 Subject: Add a pointless WriteOpers git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7998 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; } -- cgit v1.2.3