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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user