diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-04-19 17:06:07 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-04-19 17:06:07 +0200 |
commit | 9d43a08903592e82655d7afcf978006d64198808 (patch) | |
tree | 2185898b7c0abc7c398b88f75d965c85426cacd6 /src | |
parent | f4dda34d06b5f93b28e0ec7d34557199717e147d (diff) |
m_ident Invalidate cache after changing User::ident
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_ident.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |