mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 11:56:38 +02:00
doc: mark info "python2_bin" as deprecated since version 2.6 (plugin API reference)
This commit is contained in:
@@ -1623,7 +1623,9 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
*/
|
||||
python2_bin = weechat_python_get_python2_bin ();
|
||||
weechat_hook_info ("python2_bin",
|
||||
N_("path to python 2.x interpreter"),
|
||||
N_("path to Python 2.x interpreter "
|
||||
"(*deprecated* since version 2.6, scripts must use "
|
||||
"Python 3 only)"),
|
||||
NULL,
|
||||
&weechat_python_info_python2_bin_cb, NULL, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user