aboutsummaryrefslogtreecommitdiffstats
path: root/src/coremods
diff options
context:
space:
mode:
authorGravatar genius30002018-04-10 11:05:11 -0600
committerGravatar Peter Powell2018-04-11 18:59:17 +0100
commite3f22fcf31cd2e789d1be90cf0edf3e82829b54e (patch)
treeb9d53dea1ca074cf8434414b22fcde2e5a08bdd6 /src/coremods
parentChange 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.cpp2
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)