diff options
| author | 2007-07-23 18:07:43 +0000 | |
|---|---|---|
| committer | 2007-07-23 18:07:43 +0000 | |
| commit | 5e7efa495fc5433094d24fb4c84294059c43fd8b (patch) | |
| tree | 9ae8408d9335a17f0f7b343ce1d105d403fbc2f7 | |
| parent | Tidyup a bunch of stuff that was using userrec::modes directly rather than us... (diff) | |
Remove a braindead comment ('this belongs in class InspIRCd' -- when it's already there.)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7507 e03df62e-2008-0410-955e-edbf42e46eb7
| -rw-r--r-- | src/socket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index 31fbffb61..03477645b 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -471,7 +471,6 @@ int irc::sockets::OpenTCPSocket(char* addr, int socktype) } } -/* XXX: Probably belongs in class InspIRCd */ int InspIRCd::BindPorts(bool bail, int &ports_found, FailedPortList &failed_ports) { char configToken[MAXBUF], Addr[MAXBUF], Type[MAXBUF]; |
