mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
Migration of Python plugin to new API, bugs fixed in Perl/Python plugins
This commit is contained in:
@@ -84,6 +84,7 @@ plugin_api_ngettext (char *single, char *plural, int count)
|
||||
|
||||
/*
|
||||
* plugin_api_mkdir_home: create a directory in WeeChat home
|
||||
* return 1 if ok, 0 if error
|
||||
*/
|
||||
|
||||
int
|
||||
@@ -119,6 +120,7 @@ plugin_api_mkdir_home (char *directory, int mode)
|
||||
|
||||
/*
|
||||
* plugin_api_mkdir: create a directory
|
||||
* return 1 if ok, 0 if error
|
||||
*/
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user