From e3f22fcf31cd2e789d1be90cf0edf3e82829b54e Mon Sep 17 00:00:00 2001 From: genius3000 Date: Tue, 10 Apr 2018 11:05:11 -0600 Subject: 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). --- src/modules/m_gecosban.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_gecosban.cpp') 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 -- cgit v1.3.1-10-gc9f91