From 15b2c85ea483376855f5ef4892812bf67428be2b Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 11 Dec 2007 17:46:06 +0100 Subject: Added "dump_data" event, added dump of data in IRC plugin --- src/core/weechat.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core') 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 (""); } -- cgit v1.2.3