1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 03:25:42 +02:00

Migration of Ruby plugin to new API, new functions to dump script plugin data to WeeChat log file

This commit is contained in:
Sebastien Helleu
2008-01-13 13:22:22 +01:00
parent c17a4d5c76
commit 05e1e4715c
19 changed files with 4172 additions and 3007 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -20,8 +20,6 @@
#ifndef __WEECHAT_PYTHON_H
#define __WEECHAT_PYTHON_H 1
#include "../../weechat-plugin.h"
#define weechat_plugin weechat_python_plugin
extern struct t_weechat_plugin *weechat_python_plugin;