]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/mod-snoop.c
fix another compile warning
[irc/evilnet/x3.git] / src / mod-snoop.c
index 221147222f094e4d7184d0fee79d71caf38c088e..3222e74e233a18aa60a950267cc33c2a9331c79c 100644 (file)
@@ -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);
     }
 }