1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 12:43:12 +02:00

Stop showing the last real name in the nick information output.

This isn't really used anymore and a lot of clients just set it to
a static string so it doesn't make sense to show it.
This commit is contained in:
Sadie Powell
2025-09-12 15:32:40 +01:00
parent 51916a50d2
commit 535ff9b839
8 changed files with 1 additions and 27 deletions
-1
View File
@@ -107,7 +107,6 @@ public:
if (na == NULL)
{
na = new NickAlias(ii->req->GetAccount(), new NickCore(ii->req->GetAccount()));
na->last_realname = ii->user ? ii->user->realname : ii->req->GetAccount();
FOREACH_MOD(OnNickRegister, (ii->user, na, ii->req->GetPassword()));
BotInfo *NickServ = Config->GetClient("NickServ");
if (ii->user && NickServ)