aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_gecosban.cpp
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/modules/m_gecosban.cpp
parentChange ServerInfo::gecos to description (diff)
downloadinspircd++-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.cpp2
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