diff options
author | Adam <Adam@anope.org> | 2010-06-28 10:59:40 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-28 10:59:40 -0400 |
commit | 4502038e3da0e176e194aabfd64c85544bb0aa23 (patch) | |
tree | 6b52e3b3bd0753adc7884a352e934dfbd4aae902 /src/channels.cpp | |
parent | 85b07a94d7d0c54e221dbbb8333870beb47bb3ac (diff) |
Unset all known status modes when we recieve a ts older than ours, and remove split servers from their uplinks
Diffstat (limited to 'src/channels.cpp')
-rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index a90aa5a03..e58655f58 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -1201,8 +1201,6 @@ void do_part(const char *source, int ac, const char **av) if (!c) Alog(LOG_DEBUG) << "Recieved PART from " << user->nick << " for nonexistant channel " << buf; - Alog(LOG_DEBUG) << source << " leaves " << buf; - if (user->FindChannel(c)) { FOREACH_MOD(I_OnPrePartChannel, OnPrePartChannel(user, c)); |