mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
Add description for info and infolist hooks
This commit is contained in:
@@ -89,5 +89,6 @@ void
|
||||
alias_info_init ()
|
||||
{
|
||||
/* alias infolist hooks */
|
||||
weechat_hook_infolist ("alias", &alias_info_get_infolist_cb, NULL);
|
||||
weechat_hook_infolist ("alias", N_("list of alias"),
|
||||
&alias_info_get_infolist_cb, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user