mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
Add description for info and infolist hooks
This commit is contained in:
@@ -92,5 +92,6 @@ void
|
||||
logger_info_init ()
|
||||
{
|
||||
/* irc infolist hooks */
|
||||
weechat_hook_infolist ("logger_buffer", &logger_info_get_infolist_cb, NULL);
|
||||
weechat_hook_infolist ("logger_buffer", N_("list of logger buffers"),
|
||||
&logger_info_get_infolist_cb, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user