diff options
| author | 2007-02-05 20:08:51 +0000 | |
|---|---|---|
| committer | 2007-02-05 20:08:51 +0000 | |
| commit | 9a52a667163a6abc5b83fd268b55c9062b55131f (patch) | |
| tree | ba92b20ce0cfdd404d9509fe93fc2ac0f1f96024 /src/inspsocket.cpp | |
| parent | Make checkconf handle end of line comments. (diff) | |
| download | inspircd++-9a52a667163a6abc5b83fd268b55c9062b55131f.tar.gz inspircd++-9a52a667163a6abc5b83fd268b55c9062b55131f.tar.bz2 inspircd++-9a52a667163a6abc5b83fd268b55c9062b55131f.zip | |
Move quitting of clients to a central Cull List, and do quitting outside userrec and in main loop.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6497 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
| -rw-r--r-- | src/inspsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 6fd7785e4..c4abde509 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -88,7 +88,7 @@ InspSocket::InspSocket(InspIRCd* SI, const std::string &ipaddr, int aport, bool } return; } - } + } } else { |
