diff options
| author | 2018-07-30 18:30:11 +0100 | |
|---|---|---|
| committer | 2018-07-30 18:30:11 +0100 | |
| commit | 8cb20e354533fbec24aafd4e61ff6fa69b434aa2 (patch) | |
| tree | 894c77067d6cd443f3ab44b58639b03228079ec8 /include/configreader.h | |
| parent | Replace irc::stringjoiner with a generic stdalgo::string::join. (diff) | |
| download | inspircd++-8cb20e354533fbec24aafd4e61ff6fa69b434aa2.tar.gz inspircd++-8cb20e354533fbec24aafd4e61ff6fa69b434aa2.tar.bz2 inspircd++-8cb20e354533fbec24aafd4e61ff6fa69b434aa2.zip | |
Replace most usages of "GECOS" with "real" or "real name".
Diffstat (limited to 'include/configreader.h')
| -rw-r--r-- | include/configreader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configreader.h b/include/configreader.h index b603f2e10..81ec014a0 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -103,8 +103,8 @@ class ServerLimits size_t MaxTopic; /** Maximum kick message length */ size_t MaxKick; - /** Maximum GECOS (real name) length */ - size_t MaxGecos; + /** Maximum real name length */ + size_t MaxReal; /** Maximum away message length */ size_t MaxAway; /** Maximum line length */ |
