diff options
author | Peter Powell <petpow@saberuk.com> | 2018-07-30 18:30:11 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-07-30 18:30:11 +0100 |
commit | 8cb20e354533fbec24aafd4e61ff6fa69b434aa2 (patch) | |
tree | 894c77067d6cd443f3ab44b58639b03228079ec8 /include/commands | |
parent | 9cf448a332799a138dad0acb5b2878535770571d (diff) |
Replace most usages of "GECOS" with "real" or "real name".
Diffstat (limited to 'include/commands')
-rw-r--r-- | include/commands/cmd_whowas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/commands/cmd_whowas.h b/include/commands/cmd_whowas.h index 6af0c7c55..2447024a1 100644 --- a/include/commands/cmd_whowas.h +++ b/include/commands/cmd_whowas.h @@ -45,9 +45,9 @@ namespace WhoWas */ const std::string server; - /** Full name (GECOS) + /** Real name */ - const std::string gecos; + const std::string real; /** Signon time */ |