Minetest mod that restricts the names that players can use. https://github.com/ShadowNinja/name_restrictions
Go to file
ShadowNinja 1e6d9e01b7 Strip whitespace-like characters from names before checking them for similarity
Previously, these characters whern't considered when checking for
conflicts, but they weren't removed -- meaning that a player named
"foo_" would prevent a player named "foo" from logging in, but not
the other way around.
2017-06-21 18:02:21 -04:00
.gitignore Initial commit 2014-06-23 17:08:32 -04:00
init.lua Strip whitespace-like characters from names before checking them for similarity 2017-06-21 18:02:21 -04:00