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). --- docs/conf/helpop-full.conf.example | 16 ++++++++-------- docs/conf/helpop.conf.example | 4 ++-- docs/conf/inspircd.conf.example | 2 +- docs/conf/modules.conf.example | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/conf') diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example index d60e4add7..b5d5813f2 100644 --- a/docs/conf/helpop-full.conf.example +++ b/docs/conf/helpop-full.conf.example @@ -145,10 +145,10 @@ everything from people with a host matching *.foo.net, you would do Sends a notice to a channel indicating you wish to join."> - @@ -245,10 +245,10 @@ The following flags after the mask have the following effects: i Show all users who have an ident (username) matching the given mask p Show all users who are connected on the given port number (IRC operators only) - r Show all users whose realnames match the mask. When this + r Show all users whose real name match the mask. When this flag is set it overrides the meaning of the search-pattern, - which must contain a glob pattern intended to match GECOS - (realname) fields. + which must contain a glob pattern intended to match the + real name. m Search for all users with a given set of user modes. When this flag is set it overrides the meaning of the search-pattern, which must contain the mode sequence to @@ -744,7 +744,7 @@ Sends a message to all +w users."> # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Gecos ban: Implements extended ban 'r', which stops anyone matching -# a mask like +b r:*realname?here* from joining a channel. +# Gecos (real name) ban: Implements extended ban 'r', which stops anyone +# matching a mask like +b r:*realname?here* from joining a channel. # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -- cgit v1.2.3