mirror of
https://github.com/anope/anope.git
synced 2026-07-06 11:33:13 +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:
@@ -47,6 +47,7 @@ class CommandNSLogout : public Command
|
||||
notice_lang(Config.s_NickServ, u, NICK_LOGOUT_SUCCEEDED);
|
||||
|
||||
ircdproto->SendAccountLogout(u2, u2->Account());
|
||||
u2->RemoveMode(NickServ, UMODE_REGISTERED);
|
||||
ircdproto->SendUnregisteredNick(u2);
|
||||
|
||||
u2->Logout();
|
||||
|
||||
Reference in New Issue
Block a user