mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 15:26:37 +02:00
Add description for info and infolist hooks
This commit is contained in:
@@ -90,5 +90,6 @@ void
|
||||
xfer_info_init ()
|
||||
{
|
||||
/* xfer infolist hooks */
|
||||
weechat_hook_infolist ("xfer", &xfer_info_get_infolist_cb, NULL);
|
||||
weechat_hook_infolist ("xfer", N_("list of xfer"),
|
||||
&xfer_info_get_infolist_cb, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user