From dfc2301e0b5e18a05d9543f5fec0cb55753a410c Mon Sep 17 00:00:00 2001 From: danieldg Date: Sat, 30 Jan 2010 18:56:39 +0000 Subject: Remove UpdateNickHash due to incorrect behavior git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12331 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/users.h b/include/users.h index b71f32748..da68bfd78 100644 --- a/include/users.h +++ b/include/users.h @@ -513,14 +513,6 @@ class CoreExport User : public Extensible */ void Oper(OperInfo* info); - /** Change this users hash key to a new string. - * You should not call this function directly. It is used by the core - * to update the users hash entry on a nickchange. - * @param New new user_hash key - * @return Pointer to User in hash (usually 'this') - */ - User* UpdateNickHash(const char* New); - /** Force a nickname change. * If the nickname change fails (for example, because the nick in question * already exists) this function will return false, and you must then either -- cgit v1.2.3