From 54ebc7b84d9018da7f5725e376d9f4bf60afbf74 Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 2 Sep 2009 00:47:05 +0000 Subject: Misc removal of pointless Extend strings git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11618 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index cd5aa247e..921403f47 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -1029,7 +1029,7 @@ bool User::ForceNickChange(const char* newnick) this->InvalidateCache(); - this->Extend("NICKForced", "Enabled"); + this->Extend("NICKForced"); FOREACH_RESULT(I_OnUserPreNick,OnUserPreNick(this, newnick)); @@ -1048,7 +1048,7 @@ bool User::ForceNickChange(const char* newnick) std::vector parameters; nickhandler->HandleInternal(1, dummy); parameters.push_back(newnick); - this->Extend("NICKForced", "Enabled"); + this->Extend("NICKForced"); bool result = (ServerInstance->Parser->CallHandler("NICK", parameters, this) == CMD_SUCCESS); this->Shrink("NICKForced"); nickhandler->HandleInternal(0, dummy); -- cgit v1.3.1-10-gc9f91