Disable /exec in Kiosk mode (as documented)
parent
2a87dc22ac
commit
dfa9a6427f
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue