summaryrefslogtreecommitdiffstats
path: root/cmd-show-messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-show-messages.c')
-rw-r--r--cmd-show-messages.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-show-messages.c b/cmd-show-messages.c
index 416857bf..8d33cdd0 100644
--- a/cmd-show-messages.c
+++ b/cmd-show-messages.c
@@ -39,7 +39,7 @@ const struct cmd_entry cmd_show_messages_entry = {
.tflag = CMD_CLIENT,
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_show_messages_exec
};
@@ -50,7 +50,7 @@ const struct cmd_entry cmd_server_info_entry = {
.args = { "", 0, 0 },
.usage = "",
- .flags = 0,
+ .flags = CMD_AFTERHOOK,
.exec = cmd_show_messages_exec
};