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 | |
parent | 2609ff44c6e9787de99eb6ab1a7cbbc6bd450951 (diff) |
Consistently use realname instead of gecos.
Diffstat (limited to 'data')
-rw-r--r-- | data/botserv.example.conf | 2 | ||||
-rw-r--r-- | data/chanserv.example.conf | 2 | ||||
-rw-r--r-- | data/global.example.conf | 2 | ||||
-rw-r--r-- | data/hostserv.example.conf | 2 | ||||
-rw-r--r-- | data/irc2sql.example.conf | 2 | ||||
-rw-r--r-- | data/memoserv.example.conf | 2 | ||||
-rw-r--r-- | data/nickserv.example.conf | 2 | ||||
-rw-r--r-- | data/operserv.example.conf | 2 |
8 files changed, 8 insertions, 8 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. diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 218e42a1f..d3f1f6bda 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -26,7 +26,7 @@ service /* * The realname of the ChanServ client. */ - gecos = "Channel Registration Service" + real = "Channel Registration Service" /* * The modes this client should use. diff --git a/data/global.example.conf b/data/global.example.conf index 6f207a692..b2486555b 100644 --- a/data/global.example.conf +++ b/data/global.example.conf @@ -26,7 +26,7 @@ service /* * The realname of the Global client. */ - gecos = "Global Noticer" + real = "Global Noticer" /* * The modes this client should use. diff --git a/data/hostserv.example.conf b/data/hostserv.example.conf index 4451207ad..71c4e2e8f 100644 --- a/data/hostserv.example.conf +++ b/data/hostserv.example.conf @@ -26,7 +26,7 @@ service /* * The realname of the HostServ client. */ - gecos = "Hostname Service" + real = "Hostname Service" /* * The modes this client should use. diff --git a/data/irc2sql.example.conf b/data/irc2sql.example.conf index 5e090d4f2..260cf836a 100644 --- a/data/irc2sql.example.conf +++ b/data/irc2sql.example.conf @@ -23,7 +23,7 @@ service /* * The realname of the StatServ client. */ - gecos = "Statistical Service" + real = "Statistical Service" /* * The modes this client should use. diff --git a/data/memoserv.example.conf b/data/memoserv.example.conf index 7906bc14a..8af2c9a83 100644 --- a/data/memoserv.example.conf +++ b/data/memoserv.example.conf @@ -26,7 +26,7 @@ service /* * The realname of the MemoServ client. */ - gecos = "Memo Service" + real = "Memo Service" /* * The modes this client should use. diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 536632036..211c9a29f 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -26,7 +26,7 @@ service /* * The realname of the NickServ client. */ - gecos = "Nickname Registration Service" + real = "Nickname Registration Service" /* * The modes this client should use. diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 2b35bf574..87d9bea93 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -26,7 +26,7 @@ service /* * The realname of the OperServ client. */ - gecos = "Operator Service" + real = "Operator Service" /* * The modes this client should use. |