]> jfr.im git - irc/atheme/atheme.git/commitdiff
LG_VERBOSE log new account entity IDs origin/jess/log-entity-id
authorjesopo <redacted>
Wed, 15 Jun 2022 15:19:53 +0000 (15:19 +0000)
committerjesopo <redacted>
Wed, 15 Jun 2022 15:19:53 +0000 (15:19 +0000)
modules/nickserv/register.c

index 77862f716d57335e2c3b0a0734ae1e3e5ffdd160..c9fca7481a6e302b500fec471d52765d0713af86 100644 (file)
@@ -203,6 +203,8 @@ ns_cmd_register(struct sourceinfo *si, int parc, char *parv[])
 
        command_add_flood(si, FLOOD_MODERATE);
 
+       logcommand(si, LG_VERBOSE, "ns_cmd_register(): new entity id: %s -> %s", entity(mu)->id, account);
+
        if (!nicksvs.no_nick_ownership && si->su != NULL)
                logcommand(si, CMDLOG_REGISTER, "REGISTER: \2%s\2 to \2%s\2", account, email);
        else