diff options
Diffstat (limited to 'src/core/weechat.c')
-rw-r--r-- | src/core/weechat.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c index 3e4c8bd13..9d35b02b1 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -521,8 +521,10 @@ weechat_dump (int crash) plugin_print_log (); + hook_event_exec ("dump_data", NULL); + log_printf (""); - log_printf ("****** End of dump ******"); + log_printf ("****** End of WeeChat dump ******"); log_printf (""); } |