1
0
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:
Naram Qashat
2010-07-29 08:12:54 -04:00
parent 06cb137fde
commit 04200cc838
12 changed files with 189 additions and 208 deletions
+1
View File
@@ -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();
}