diff --git a/modules/autoop.cpp b/modules/autoop.cpp index bca2a3d6..7b1b81a8 100644 --- a/modules/autoop.cpp +++ b/modules/autoop.cpp @@ -337,7 +337,7 @@ public: DelUser(sUser); DelNV(sUser); } else { - PutModule("Hostmasks(s) Removed from user [" + pUser->GetUsername() + "]"); + PutModule("Hostmasks(s) Removed from user [" + pUser->GetUsername() + "] with key [" + pUser->GetUserKey() + "] and channels [" + pUser->GetChannels() + "]"); SetNV(pUser->GetUsername(), pUser->ToString()); } }