summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-07-30 18:34:57 +0100
committerPeter Powell <petpow@saberuk.com>2018-07-30 18:34:57 +0100
commit7bde9de9b3e25a285d82d93ef6b1d3ef9c597e43 (patch)
treedc053af10e29fe2fda599e2f23548649a60bbe15 /include/users.h
parent8cb20e354533fbec24aafd4e61ff6fa69b434aa2 (diff)
Replace most usages of "name" with "real" or "real name".
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index bcddab1bf..9bca1d7a6 100644
--- a/include/users.h
+++ b/include/users.h
@@ -710,7 +710,7 @@ class CoreExport User : public Extensible
* @param real The user's new real name
* @return True if the change succeeded, false if otherwise
*/
- bool ChangeName(const std::string& real);
+ bool ChangeRealName(const std::string& real);
/** Change a user's nick
* @param newnick The new nick. If equal to the users uuid, the nick change always succeeds.