From 2dffa0a4632d5165c623e4d1e32d1b12f3558694 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 27 Nov 2005 16:39:48 +0000 Subject: Added proper administrativia notices to CONNECT and inbound connections git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1969 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/socket.h') diff --git a/include/socket.h b/include/socket.h index ace21b78f..7571d1481 100644 --- a/include/socket.h +++ b/include/socket.h @@ -46,7 +46,7 @@ private: socklen_t length; public: InspSocket(); - InspSocket(int newfd); + InspSocket(int newfd, char* ip); InspSocket(std::string host, int port, bool listening, unsigned long maxtime); virtual bool OnConnected(); virtual void OnError(InspSocketError e); -- cgit v1.2.3