diff options
| author | 2018-07-30 18:30:11 +0100 | |
|---|---|---|
| committer | 2018-07-30 18:30:11 +0100 | |
| commit | 8cb20e354533fbec24aafd4e61ff6fa69b434aa2 (patch) | |
| tree | 894c77067d6cd443f3ab44b58639b03228079ec8 /src/modules/m_spanningtree/uid.cpp | |
| parent | Replace irc::stringjoiner with a generic stdalgo::string::join. (diff) | |
Replace most usages of "GECOS" with "real" or "real name".
Diffstat (limited to 'src/modules/m_spanningtree/uid.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/uid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/uid.cpp b/src/modules/m_spanningtree/uid.cpp index f9cff6c0d..86933dc72 100644 --- a/src/modules/m_spanningtree/uid.cpp +++ b/src/modules/m_spanningtree/uid.cpp @@ -30,7 +30,7 @@ CmdResult CommandUID::HandleServer(TreeServer* remoteserver, CommandBase::Params { /** * 0 1 2 3 4 5 6 7 8 9 (n-1) - * UID uuid age nick host dhost ident ip.string signon +modes (modepara) :gecos + * UID uuid age nick host dhost ident ip.string signon +modes (modepara) :real */ time_t age_t = ServerCommand::ExtractTS(params[1]); time_t signon = ServerCommand::ExtractTS(params[7]); |
