1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

script: add support of PHP scripts

This commit is contained in:
Sébastien Helleu
2017-09-03 14:56:08 +02:00
parent 20f47b9b41
commit 586d2a0745
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#define weechat_plugin weechat_script_plugin
#define SCRIPT_PLUGIN_NAME "script"
#define SCRIPT_NUM_LANGUAGES 7
#define SCRIPT_NUM_LANGUAGES 8
extern struct t_weechat_plugin *weechat_script_plugin;