Disable /exec in Kiosk mode (as documented)

weechat-hashes
Klemens Nanni 2021-07-13 00:10:55 +00:00 committed by C. McEnroe
parent 2a87dc22ac
commit dfa9a6427f
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ static const struct Handler {
{ "/deop", commandDeop, 0 },
{ "/devoice", commandDevoice, 0 },
{ "/except", commandExcept, 0 },
{ "/exec", commandExec, Multiline | Restrict },
{ "/exec", commandExec, Multiline | Restrict | Kiosk },
{ "/help", commandHelp, 0 }, // Restrict special case.
{ "/highlight", commandHighlight, 0 },
{ "/ignore", commandIgnore, 0 },