mirror of
https://github.com/znc/znc.git
synced 2026-05-08 22:34:45 +02:00
Update autoop.cpp
show key and channels when deleting a user by removing all their hostmasks
This commit is contained in:
+1
-1
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user