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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user