diff options
author | Sadie Powell <sadie@witchery.services> | 2025-05-10 13:38:29 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-05-10 14:40:12 +0100 |
commit | 50f17ea8e1df04c69f9ad5f8da5f7ac95029de9a (patch) | |
tree | b5e8d47725fd8e531809ecc6f1482a9e0fa75758 /data/botserv.example.conf | |
parent | 2609ff44c6e9787de99eb6ab1a7cbbc6bd450951 (diff) |
Consistently use realname instead of gecos.
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 07e852d45..20a5523ea 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -36,7 +36,7 @@ service /* * The realname of the BotServ client. */ - gecos = "Bot Service" + real = "Bot Service" /* * The modes this client should use. |