1
0
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:
Sebastien Helleu
2008-01-12 15:25:38 +01:00
parent add64d6f47
commit c17a4d5c76
16 changed files with 4097 additions and 3327 deletions
+2
View File
@@ -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