diff options
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. |