diff options
Diffstat (limited to 'src/core/ns_logout.c')
-rw-r--r-- | src/core/ns_logout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ns_logout.c b/src/core/ns_logout.c index 4a6be4eef..b9be711cc 100644 --- a/src/core/ns_logout.c +++ b/src/core/ns_logout.c @@ -76,6 +76,8 @@ class CommandNSLogout : public Command if (u->nc->flags & NI_KILLPROTECT) del_ns_timeout(na, TO_COLLIDE); + ircdproto->SendAccountLogout(u2, u2->nc); + u2->nc = NULL; /* Send out an event */ |