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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user