diff options
| author | 2018-07-30 18:30:11 +0100 | |
|---|---|---|
| committer | 2018-07-30 18:30:11 +0100 | |
| commit | 8cb20e354533fbec24aafd4e61ff6fa69b434aa2 (patch) | |
| tree | 894c77067d6cd443f3ab44b58639b03228079ec8 /docs/conf/modules.conf.example | |
| parent | Replace irc::stringjoiner with a generic stdalgo::string::join. (diff) | |
| download | inspircd++-8cb20e354533fbec24aafd4e61ff6fa69b434aa2.tar.gz inspircd++-8cb20e354533fbec24aafd4e61ff6fa69b434aa2.tar.bz2 inspircd++-8cb20e354533fbec24aafd4e61ff6fa69b434aa2.zip | |
Replace most usages of "GECOS" with "real" or "real name".
Diffstat (limited to 'docs/conf/modules.conf.example')
| -rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index c8fd94c06..6c3357d29 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -819,7 +819,7 @@ #<module name="flashpolicyd"> # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Gecos (real name) ban: Implements extended ban 'r', which stops anyone +# 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"> |
