Bugfix für Site-Header für nicht-Suoder
This commit is contained in:
parent
1e030da5dc
commit
864c0229ec
@ -10,6 +10,7 @@ end
|
||||
function site_header:action(msg, config, matches)
|
||||
if not is_sudo(msg, config) then
|
||||
utilities.send_reply(msg, config.errors.sudo)
|
||||
return
|
||||
end
|
||||
|
||||
local url = matches[2]
|
||||
|
Reference in New Issue
Block a user