From 50f17ea8e1df04c69f9ad5f8da5f7ac95029de9a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 10 May 2025 13:38:29 +0100 Subject: Consistently use realname instead of gecos. --- include/protocol.h | 2 +- include/users.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/protocol.h b/include/protocol.h index 40312874d..5ffbdf7c9 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -83,7 +83,7 @@ public: /* Can we set vidents on users? */ bool CanSetVIdent = false; - /* Can we ban specific gecos from being used? */ + /* Can we ban specific realname from being used? */ bool CanSNLine = false; /* Can we ban specific nicknames from being used? */ diff --git a/include/users.h b/include/users.h index cfb472140..7bad2af37 100644 --- a/include/users.h +++ b/include/users.h @@ -105,7 +105,7 @@ protected: * @param svhost The vhost of the user * @param sip The ip of the user * @param sserver The server of the user - * @param srealname The realname/gecos of the user + * @param srealname The realname of the user * @param ts User's timestamp * @param smodes User's modes * @param suid The unique identifier of the user. -- cgit