X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fs_misc.c;h=48b2dd94a93c92183b9cb16d182b48a7027d7bec;hb=698f3048f5f4d26aa51629f60fbbab08068e2129;hp=203f34ea840ba0fbac7edc1528faffbc299ea778;hpb=c3727b053aa20cecf3984cc0c9c23b0140edf52c;p=ircu2.10.12-pk.git 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);