mirror of
https://github.com/anope/anope.git
synced 2026-06-27 10:06:38 +02:00
Made all of IRCDProto use const pointers, with the exception of SendVhostDel because of the Unreal protocol module, it makes me sad.
This commit is contained in:
@@ -73,6 +73,7 @@ NickAlias::~NickAlias()
|
||||
if ((u = finduser(this->nick)) && u->Account())
|
||||
{
|
||||
ircdproto->SendAccountLogout(u, u->Account());
|
||||
u->RemoveMode(NickServ, UMODE_REGISTERED);
|
||||
ircdproto->SendUnregisteredNick(u);
|
||||
u->Logout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user