From b8cdcf390fb74469d369ffbec4ce25725cb91a87 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 Feb 2007 08:41:50 +0000 Subject: [PATCH] Whoops, typo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6597 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_nick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd_nick.cpp b/src/cmd_nick.cpp index 03bad2579..78483e2f2 100644 --- a/src/cmd_nick.cpp +++ b/src/cmd_nick.cpp @@ -74,7 +74,7 @@ CmdResult cmd_nick::Handle (const char** parameters, int pcnt, userrec *user) /* change the nick of the older user to nnn-overruled, * where nnn is their file descriptor. We know this to be unique. */ - std::string changeback = ConvToStr(InUse->fd) + "-overruled"; + std::string changeback = ConvToStr(InUse->GetFd()) + "-overruled"; InUse->UpdateNickHash(changeback.c_str()); strlcpy(InUse->nick, changeback.c_str(), NICKMAX - 1); InUse->InvalidateCache(); -- 2.39.2