diff options
| author | 2008-04-09 15:47:10 +0000 | |
|---|---|---|
| committer | 2008-04-09 15:47:10 +0000 | |
| commit | 6d6f0ef3c67974e14cc226a442e09b2d0cb37146 (patch) | |
| tree | 4513cfda4cd2d3c4a1360a0ec4fbc4ad930385c4 /src/socket.cpp | |
| parent | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... (diff) | |
AddClient -> AddUser, to be consistant
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9443 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/socket.cpp')
| -rw-r--r-- | src/socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index fc48d219e..f1c795c60 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -141,7 +141,7 @@ void ListenSocket::HandleEvent(EventType, int) ServerInstance->SE->NonBlocking(incomingSockfd); ServerInstance->stats->statsAccept++; - ServerInstance->Users->AddClient(ServerInstance, incomingSockfd, in_port, false, this->family, client, target); + ServerInstance->Users->AddUser(ServerInstance, incomingSockfd, in_port, false, this->family, client, target); } else { |
