ircd.conf.example: reference.conf: fix invalid line wrapping
This commit is contained in:
parent
1548c14021
commit
7cd188a91f
2 changed files with 2 additions and 4 deletions
|
@ -586,8 +586,7 @@ general {
|
||||||
not_authorised_client_message = "You are not authorised to access this server.";
|
not_authorised_client_message = "You are not authorised to access this server.";
|
||||||
illegal_hostname_client_message = "You have an illegal character in your hostname.";
|
illegal_hostname_client_message = "You have an illegal character in your hostname.";
|
||||||
server_full_client_message = "Sorry, server is full - try later";
|
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 "
|
illegal_name_long_client_message = "Your username is invalid. Please make sure that your username contains only alphanumeric characters.";
|
||||||
"only alphanumeric characters.";
|
|
||||||
illegal_name_short_client_message = "Invalid username";
|
illegal_name_short_client_message = "Invalid username";
|
||||||
identify_service = "NickServ@services.int";
|
identify_service = "NickServ@services.int";
|
||||||
identify_command = "IDENTIFY";
|
identify_command = "IDENTIFY";
|
||||||
|
|
|
@ -1205,8 +1205,7 @@ general {
|
||||||
/* illegal name long client message: long-form explanation that their username
|
/* illegal name long client message: long-form explanation that their username
|
||||||
* contains illegal characters
|
* contains illegal characters
|
||||||
*/
|
*/
|
||||||
illegal_name_long_client_message = "Your username is invalid. Please make sure that your username contains "
|
illegal_name_long_client_message = "Your username is invalid. Please make sure that your username contains only alphanumeric characters.";
|
||||||
"only alphanumeric characters.";
|
|
||||||
|
|
||||||
/* illegal name short client message: short-form notification that their username
|
/* illegal name short client message: short-form notification that their username
|
||||||
* contains illegal characters; will be followed by ": their_username"
|
* contains illegal characters; will be followed by ": their_username"
|
||||||
|
|
Loading…
Reference in a new issue