mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-17 23:51:53 +01:00
Fix typo
This commit is contained in:
parent
47ec109fce
commit
b6bd9a4d97
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue