X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=ircd%2Fs_misc.c;h=48b2dd94a93c92183b9cb16d182b48a7027d7bec;hp=203f34ea840ba0fbac7edc1528faffbc299ea778;hb=923424fa8bb6557bfeba194a583c3a8daad023ed;hpb=3c606acaad5d1b78a3c6a2a5ab6bfd18ce1145da diff --git a/ircd/s_misc.c b/ircd/s_misc.c index 203f34e..48b2dd9 100644 --- a/ircd/s_misc.c +++ b/ircd/s_misc.c @@ -205,7 +205,8 @@ static void exit_one_client(struct Client* bcptr, const char* comment) * that the client can show the "**signoff" message). * (Note: The notice is to the local clients *only*) */ - sendcmdto_common_channels_butone(bcptr, CMD_QUIT, NULL, ":%s", comment); + + sendcmdto_common_channels_butone_audit(bcptr, CMD_QUIT, NULL, ":%s", comment); remove_user_from_all_channels(bcptr);