summaryrefslogtreecommitdiff
path: root/src/coremods/core_user/cmd_user.cpp
diff options
context:
space:
mode:
authorgenius3000 <genius3000@g3k.solutions>2018-04-10 11:05:11 -0600
committerPeter Powell <petpow@saberuk.com>2018-04-11 18:59:17 +0100
commite3f22fcf31cd2e789d1be90cf0edf3e82829b54e (patch)
treeb9d53dea1ca074cf8434414b22fcde2e5a08bdd6 /src/coremods/core_user/cmd_user.cpp
parente6db1df5a657ea0603e1ec0b1ea9b056264d470f (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/core_user/cmd_user.cpp')
-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)