diff --git a/modules/autoop.cpp b/modules/autoop.cpp index 9b0cf20b..79b49c00 100644 --- a/modules/autoop.cpp +++ b/modules/autoop.cpp @@ -331,6 +331,7 @@ public: if (sCommand.Equals("ADDMASKS")) { pUser->AddHostmasks(sHostmasks); PutModule("Hostmasks(s) added to user [" + pUser->GetUsername() + "]"); + SetNV(pUser->GetUsername(), pUser->ToString()); } else { if (pUser->DelHostmasks(sHostmasks)) { PutModule("Removed user [" + pUser->GetUsername() + "] with key [" + pUser->GetUserKey() + "] and channels [" + pUser->GetChannels() + "]");