1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 00:56:38 +02:00

Log NickServ ungroup

This commit is contained in:
Matt Schatz
2018-05-08 16:24:02 -06:00
parent e03ae0cd85
commit feb5a4d935
+1
View File
@@ -268,6 +268,7 @@ class CommandNSUngroup : public Command
nc->email = oldcore->email;
nc->language = oldcore->language;
Log(LOG_COMMAND, source, this) << "to make " << na->nick << " leave group of " << oldcore->display << " (email: " << (!oldcore->email.empty() ? oldcore->email : "none") << ")";
source.Reply(_("Nick %s has been ungrouped from %s."), na->nick.c_str(), oldcore->display.c_str());
User *user = User::Find(na->nick, true);