diff --git a/command.c b/command.c index 73712a5..5c97ef5 100644 --- a/command.c +++ b/command.c @@ -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 },