diff options
Diffstat (limited to 'src/client.c')
-rw-r--r-- | src/client.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c index 85170d8..fed9a53 100644 --- a/src/client.c +++ b/src/client.c @@ -918,6 +918,11 @@ exit_client(struct Client *source_p, struct Client *from, const char *comment) */ close_connection(source_p); } + else if (IsClient(source_p)) + sendto_realops_flags(UMODE_FARCONNECT, L_ALL, SEND_NOTICE, + "Client exiting at %s: %s (%s@%s) [%s]", + source_p->servptr->name, source_p->name, + source_p->username, source_p->host, comment); if (IsServer(source_p)) { |