diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-30 18:56:39 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-01-30 18:56:39 +0000 |
commit | dfc2301e0b5e18a05d9543f5fec0cb55753a410c (patch) | |
tree | 2824c07ff62c9fa94ddda0a91695e0da8d647ea4 /include/users.h | |
parent | ab8305ad99d7bb7d2cfe4154b2deb007546d5b70 (diff) |
Remove UpdateNickHash due to incorrect behavior
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12331 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 |