From 8cb20e354533fbec24aafd4e61ff6fa69b434aa2 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 30 Jul 2018 18:30:11 +0100 Subject: Replace most usages of "GECOS" with "real" or "real name". --- include/users.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index 88858b160..bcddab1bf 100644 --- a/include/users.h +++ b/include/users.h @@ -308,7 +308,7 @@ class CoreExport User : public Extensible */ std::string ident; - /** The users full name (GECOS). + /** The users full name. */ std::string fullname; @@ -707,10 +707,10 @@ class CoreExport User : public Extensible * ALWAYS use this function, rather than writing User::fullname directly, * as this triggers module events allowing the change to be syncronized to * remote servers. - * @param gecos The user's new realname + * @param real The user's new real name * @return True if the change succeeded, false if otherwise */ - bool ChangeName(const std::string& gecos); + bool ChangeName(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. -- cgit v1.3.1-10-gc9f91