X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d0f04f713ca0b689f745842fcc9e61d24610f11a..39c1a4efe0cbf736c421555ae05032089074e2ba:/src/mod-snoop.c diff --git a/src/mod-snoop.c b/src/mod-snoop.c index 2211472..3222e74 100644 --- a/src/mod-snoop.c +++ b/src/mod-snoop.c @@ -121,6 +121,9 @@ snoop_auth(struct userNode *user, UNUSED_ARG(struct handle_info *old_handle)) { if (user->uplink->burst && !snoop_cfg.show_bursts) return; if (user->handle_info) { UPDATE_TIMESTAMP(); + /* TODO: show old_handle info -> new handle info if they + * re-authed or something. + */ SNOOP("$bAUTH$b %s as %s", user->nick, user->handle_info->handle); } }