diff options
author | genius3000 <genius3000@g3k.solutions> | 2018-04-10 11:05:11 -0600 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-04-11 18:59:17 +0100 |
commit | e3f22fcf31cd2e789d1be90cf0edf3e82829b54e (patch) | |
tree | b9d53dea1ca074cf8434414b22fcde2e5a08bdd6 /docs/conf | |
parent | e6db1df5a657ea0603e1ec0b1ea9b056264d470f (diff) |
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 'docs/conf')
-rw-r--r-- | docs/conf/helpop-full.conf.example | 16 | ||||
-rw-r--r-- | docs/conf/helpop.conf.example | 4 | ||||
-rw-r--r-- | docs/conf/inspircd.conf.example | 2 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 4 |
4 files changed, 13 insertions, 13 deletions
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."> -<helpop key="user" value="/USER <ident> <local host> <remote host> :<GECOS> +<helpop key="user" value="/USER <ident> <local host> <remote host> :<real name> This command is used by your client to register your -IRC session, providing your ident and GECOS to the +IRC session, providing your ident and real name to the server. You should not use it during an established connection."> @@ -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."> <helpop key="rline" value="/RLINE <regex> [<duration> :<reason>] -Sets or removes an r-line (regex line) on a n!u@h\\sgecos mask. You +Sets or removes an r-line (regex line) on a n!u@h\\srealname mask. You must specify all three parameters to add an rline, and one parameter to remove an rline (just the regex). @@ -1050,8 +1050,8 @@ Matching extbans: wildcards (requires channelban module). n:<class> Matches users in a matching connect class (requires classban module). - r:<realname> Matches users with a matching realname (requires gecosban - module). + r:<realname> Matches users with a matching real name (requires + gecosban module). s:<server> Matches users on a matching server (requires serverban module). z:<certfp> Matches users with a matching SSL certificate fingerprint diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example index cb8b87a77..0a1705a41 100644 --- a/docs/conf/helpop.conf.example +++ b/docs/conf/helpop.conf.example @@ -283,8 +283,8 @@ Matching extbans: wildcards (requires channelban module). n:<class> Matches users in a matching connect class (requires classban module). - r:<realname> Matches users with a matching realname (requires gecosban - module). + r:<realname> Matches users with a matching real name (requires + gecosban module). s:<server> Matches users on a matching server (requires serverban module). z:<certfp> Matches users having the given SSL certificate diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index fba17b8cc..abb8830a9 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -794,7 +794,7 @@ # maxkick: Maximum length of a kick message. maxkick="255" - # maxgecos: Maximum length of a GECOS (realname). + # maxgecos: Maximum length of a real name (gecos). maxgecos="128" # maxaway: Maximum length of an away message. diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 84cc8efc7..082db340d 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -813,8 +813,8 @@ #<module name="flashpolicyd"> # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# 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. #<module name="gecosban"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# |