diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-27 16:39:48 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-27 16:39:48 +0000 |
commit | 2dffa0a4632d5165c623e4d1e32d1b12f3558694 (patch) | |
tree | 56f127bdca321bec392745f4ebbb2522ab76d629 /include | |
parent | 0dda9fb325a4d0053652f937ad06e44942357cc1 (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |