mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
Add description for info and infolist hooks
This commit is contained in:
@@ -53,5 +53,6 @@ void
|
||||
fifo_info_init ()
|
||||
{
|
||||
/* fifo info hooks */
|
||||
weechat_hook_info ("fifo_filename", &fifo_info_get_info_cb, NULL);
|
||||
weechat_hook_info ("fifo_filename", N_("fifo filename"),
|
||||
&fifo_info_get_info_cb, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user