From 9d43a08903592e82655d7afcf978006d64198808 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Fri, 19 Apr 2013 17:06:07 +0200 Subject: m_ident Invalidate cache after changing User::ident --- src/modules/m_ident.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules') 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; -- cgit v1.2.3