diff options
| author | 2018-04-10 11:05:11 -0600 | |
|---|---|---|
| committer | 2018-04-11 18:59:17 +0100 | |
| commit | e3f22fcf31cd2e789d1be90cf0edf3e82829b54e (patch) | |
| tree | b9d53dea1ca074cf8434414b22fcde2e5a08bdd6 /src/coremods | |
| parent | Change ServerInfo::gecos to description (diff) | |
Change some usage of "gecos" to "real name"
Within the example configs, helpops, some server sent messages, and
simple code comments: change the primary usage of "gecos" to
"real name" (or "realname" where fitting).
Diffstat (limited to 'src/coremods')
| -rw-r--r-- | src/coremods/core_user/cmd_user.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_user/cmd_user.cpp b/src/coremods/core_user/cmd_user.cpp index c4cdd9b37..452146adc 100644 --- a/src/coremods/core_user/cmd_user.cpp +++ b/src/coremods/core_user/cmd_user.cpp @@ -32,7 +32,7 @@ CommandUser::CommandUser(Module* parent) { works_before_reg = true; Penalty = 0; - syntax = "<username> <localhost> <remotehost> <GECOS>"; + syntax = "<username> <localhost> <remotehost> <realname>"; } CmdResult CommandUser::HandleLocal(const std::vector<std::string>& parameters, LocalUser *user) |
