1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

Added "dump_data" event, added dump of data in IRC plugin

This commit is contained in:
Sebastien Helleu
2007-12-11 17:46:06 +01:00
parent 061b0e5c58
commit 15b2c85ea4
2 changed files with 23 additions and 10 deletions
+3 -1
View File
@@ -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 ("");
}