Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.

This commit is contained in:
nicm
2016-10-14 22:14:22 +00:00
parent d413a945ac
commit ed971268be
31 changed files with 45 additions and 44 deletions

View File

@ -44,7 +44,7 @@ const struct cmd_entry cmd_list_clients_entry = {
.tflag = CMD_SESSION,
.flags = CMD_READONLY,
.flags = CMD_READONLY|CMD_AFTERHOOK,
.exec = cmd_list_clients_exec
};