summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_ident.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp
index 16629d700..628a7b5aa 100644
--- a/src/modules/m_ident.cpp
+++ b/src/modules/m_ident.cpp
@@ -282,6 +282,7 @@ class ModuleIdent : public Module
if (user->GetExt("IDENT", identstr))
{
delete identstr;
+ user->Shrink("IDENT");
}
}
}
@@ -306,6 +307,7 @@ class ModuleIdent : public Module
if (user->GetExt("IDENT", identstr))
{
delete identstr;
+ user->Shrink("IDENT");
}
}