1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 11:56:38 +02:00

scripts: display lib version on signal "debug_libs"

This commit is contained in:
Sebastien Helleu
2013-11-17 20:51:54 +01:00
parent be9269dfc2
commit b63ac8a0f1
8 changed files with 131 additions and 0 deletions
+3
View File
@@ -207,6 +207,9 @@ plugin_script_init (struct t_weechat_plugin *weechat_plugin,
/* add signal for "debug_dump" */
weechat_hook_signal ("debug_dump", init->callback_signal_debug_dump, NULL);
/* add signal for "debug_libs" */
weechat_hook_signal ("debug_libs", init->callback_signal_debug_libs, NULL);
/* add signal for "buffer_closed" */
weechat_hook_signal ("buffer_closed",
init->callback_signal_buffer_closed, NULL);