1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 02:56:38 +02:00

Unset all known status modes when we recieve a ts older than ours, and remove split servers from their uplinks

This commit is contained in:
Adam
2010-06-28 10:59:40 -04:00
parent 85b07a94d7
commit 4502038e3d
8 changed files with 83 additions and 45 deletions
-2
View File
@@ -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));