From 7cd188a91f1dc4062b5c48b6c870e3d58986d83d Mon Sep 17 00:00:00 2001 From: Doug Freed Date: Fri, 26 Aug 2022 16:39:36 -0400 Subject: [PATCH] ircd.conf.example: reference.conf: fix invalid line wrapping --- doc/ircd.conf.example | 3 +-- doc/reference.conf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/ircd.conf.example b/doc/ircd.conf.example index 1ae47b33..ff3f549d 100644 --- a/doc/ircd.conf.example +++ b/doc/ircd.conf.example @@ -586,8 +586,7 @@ general { not_authorised_client_message = "You are not authorised to access this server."; illegal_hostname_client_message = "You have an illegal character in your hostname."; server_full_client_message = "Sorry, server is full - try later"; - illegal_name_long_client_message = "Your username is invalid. Please make sure that your username contains " - "only alphanumeric characters."; + illegal_name_long_client_message = "Your username is invalid. Please make sure that your username contains only alphanumeric characters."; illegal_name_short_client_message = "Invalid username"; identify_service = "NickServ@services.int"; identify_command = "IDENTIFY"; diff --git a/doc/reference.conf b/doc/reference.conf index a91d9349..a68379a4 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -1205,8 +1205,7 @@ general { /* illegal name long client message: long-form explanation that their username * contains illegal characters */ - illegal_name_long_client_message = "Your username is invalid. Please make sure that your username contains " - "only alphanumeric characters."; + illegal_name_long_client_message = "Your username is invalid. Please make sure that your username contains only alphanumeric characters."; /* illegal name short client message: short-form notification that their username * contains illegal characters; will be followed by ": their_username"