From de6bba7882bc53b5a23e4854069d4846616f2001 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 13 Jan 2008 03:51:04 +0000 Subject: Move User::AddClient to UserManager::AddClient. WARNING: I assure you this is currently WRONG as I was playing with moving a few bits to the constructor. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8706 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/socket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/socket.cpp') diff --git a/src/socket.cpp b/src/socket.cpp index 2aa2c73b0..48c0170d3 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -117,7 +117,7 @@ void ListenSocket::HandleEvent(EventType, int) } } ServerInstance->stats->statsAccept++; - User::AddClient(ServerInstance, incomingSockfd, in_port, false, this->family, client); + ServerInstance->Users->AddClient(ServerInstance, incomingSockfd, in_port, false, this->family, client); } else { -- cgit v1.3.1-10-gc9f91