This commit is contained in:
k4be 2021-07-17 10:54:14 +02:00
parent 47ec109fce
commit b6bd9a4d97
No known key found for this signature in database
GPG key ID: CF966708422300DC

View file

@ -827,7 +827,7 @@ void config_create_tkl_except(char *mask, char *bantypes)
if ((*usermask == ':') || (*hostmask == ':'))
{
config_error("Cannot add illegal ban '%s': for a given user@host neither"
config_error("Cannot add illegal ban '%s': for a given user@host - neither "
"user nor host may start with a : character (semicolon)", mask);
return;
}