diff options
| author | 2018-04-10 11:05:11 -0600 | |
|---|---|---|
| committer | 2018-04-11 18:59:17 +0100 | |
| commit | e3f22fcf31cd2e789d1be90cf0edf3e82829b54e (patch) | |
| tree | b9d53dea1ca074cf8434414b22fcde2e5a08bdd6 /src/modules/m_dnsbl.cpp | |
| parent | Change ServerInfo::gecos to description (diff) | |
| download | inspircd++-e3f22fcf31cd2e789d1be90cf0edf3e82829b54e.tar.gz inspircd++-e3f22fcf31cd2e789d1be90cf0edf3e82829b54e.tar.bz2 inspircd++-e3f22fcf31cd2e789d1be90cf0edf3e82829b54e.zip | |
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/modules/m_dnsbl.cpp')
| -rw-r--r-- | src/modules/m_dnsbl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp index ab24873ce..ed31cc54a 100644 --- a/src/modules/m_dnsbl.cpp +++ b/src/modules/m_dnsbl.cpp @@ -43,7 +43,7 @@ class DNSBLConfEntry : public refcountbase }; -/** Resolver for CGI:IRC hostnames encoded in ident/GECOS +/** Resolver for CGI:IRC hostnames encoded in ident/real name */ class DNSBLResolver : public DNS::Request { |
