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_gecosban.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_gecosban.cpp')
| -rw-r--r-- | src/modules/m_gecosban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_gecosban.cpp b/src/modules/m_gecosban.cpp index a15f19418..9b449da06 100644 --- a/src/modules/m_gecosban.cpp +++ b/src/modules/m_gecosban.cpp @@ -24,7 +24,7 @@ class ModuleGecosBan : public Module public: Version GetVersion() CXX11_OVERRIDE { - return Version("Extban 'r' - realname (gecos) ban", VF_OPTCOMMON|VF_VENDOR); + return Version("Extban 'r' - real name ban", VF_OPTCOMMON|VF_VENDOR); } ModResult OnCheckBan(User *user, Channel *c, const std::string& mask) CXX11_OVERRIDE |
