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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user