mirror of
https://github.com/anope/anope.git
synced 2026-07-04 10:43:14 +02:00
Reworked live SQL support yet again
This commit is contained in:
@@ -63,7 +63,7 @@ class CommandNSDrop : public Command
|
||||
FOREACH_MOD(I_OnNickDrop, OnNickDrop(u, na));
|
||||
|
||||
Log(!is_mine ? LOG_OVERRIDE : LOG_COMMAND, u, this) << "to drop nickname " << na->nick << " (group: " << na->nc->display << ") (email: " << (!na->nc->email.empty() ? na->nc->email : "none") << ")";
|
||||
delete na;
|
||||
na->destroy();
|
||||
|
||||
if (!is_mine)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user