1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

core: add message with /debug hooks command when /upgrade is not possible due to running hooks

This commit is contained in:
Sébastien Helleu
2024-11-23 17:16:02 +01:00
parent 3e579c94f6
commit 61d7a4c678
15 changed files with 74 additions and 15 deletions
+3
View File
@@ -7280,6 +7280,9 @@ COMMAND_CALLBACK(upgrade)
"process/thread running (hook type: process, "
"connect or url)"),
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
gui_chat_printf (NULL,
_("Check running hooks with command: %s"),
"/debug hooks * process connect url");
return WEECHAT_RC_ERROR;
}