Corrige un pattern de noms non autorisé

This commit is contained in:
sys4-fr 2019-02-10 01:59:24 +01:00
parent ba095be285
commit 2569694d58
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ return {
" Please choose a proper name and try again.",
["[Nn]alc[0-9]+"] = "Misleading name." ..
" Please choose a proper name and try again.",
["[-_][Bb]ot$"] = "There is already a Bot on the server.",
["[-_][Bb]ot$"] = "There is already a Bot on the server." ..
" Please choose a proper name and try again.",
["^guest[0-9]+"] = "Guest accounts are disallowed on this server." ..
" Please choose a proper name and try again.",