mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
Add script prototypes and examples in plugin API reference
This commit is contained in:
@@ -279,7 +279,7 @@ script_init (struct t_weechat_plugin *weechat_plugin,
|
||||
callback_completion, NULL);
|
||||
snprintf (infolist_description, sizeof (infolist_description),
|
||||
/* TRANSLATORS: %s is language (for example "perl") */
|
||||
N_("list of %s scripts"), weechat_plugin->name);
|
||||
_("list of %s scripts"), weechat_plugin->name);
|
||||
weechat_hook_infolist (string, infolist_description,
|
||||
callback_infolist, NULL);
|
||||
free (string);
|
||||
|
||||
Reference in New Issue
Block a user