Привязать команду /rules на привелегию nothing (по умоланию всех новых игроков)

This commit is contained in:
Aleksandr Avdeev 2024-11-22 08:47:44 +03:00
parent f9dd511cc2
commit f98445c1fb

View File

@ -89,4 +89,4 @@ interact.interact_msg1 = S("Thanks for accepting the rules, you now are able to
interact.interact_msg2 = S("Happy building!") interact.interact_msg2 = S("Happy building!")
--The priv required to use the /rules command. If fast is a default priv, I recomend replacing shout with that. --The priv required to use the /rules command. If fast is a default priv, I recomend replacing shout with that.
interact.priv = {shout = true} interact.priv = {nothing = true}