X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_ident.cpp;h=6099e7c1411e24659a1aed30a5dbd9034612f97a;hb=00cd97160ae8909ca12b8807a8114cad1f6a06b1;hp=f1c3b81fdebadb6e415533d47afe17b325c6815f;hpb=ab65f7902f9e4aeda68e9797f1904f02d1f9fc35;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index f1c3b81fd..6099e7c14 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -371,6 +371,7 @@ class ModuleIdent : public Module user->WriteServ("NOTICE Auth :*** Found your ident, '%s'", user->ident.c_str()); } + user->InvalidateCache(); isock->Close(); ext.unset(user); return MOD_RES_PASSTHRU;