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=e894de73de8e7846934ecdf4d7cc3a14d5635ce6;hpb=c3727b053aa20cecf3984cc0c9c23b0140edf52c 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);