We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583d2c1 commit 93f155fCopy full SHA for 93f155f
mesecons_commandblock/init.lua
@@ -10,6 +10,7 @@ minetest.register_chatcommand("say", {
10
minetest.register_chatcommand("tell", {
11
params = "<name> <text>",
12
description = "Say <text> to <name> privately",
13
+ privs = {shout=true},
14
func = function(name, param)
15
local found, _, target, message = param:find("^([^%s]+)%s+(.*)$")
16
if found == nil then
0 commit comments