X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/776274613f4ace06be5b240c69292bc8729f5c00..bc06f607a61a8d0c48642bc859998f34346024b8:/src/mod-snoop.c diff --git a/src/mod-snoop.c b/src/mod-snoop.c index f574861..3222e74 100644 --- a/src/mod-snoop.c +++ b/src/mod-snoop.c @@ -3,7 +3,7 @@ * * This file is part of x3. * - * srvx is free software; you can redistribute it and/or modify + * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. @@ -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); } }