1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

guile: new script plugin for scheme (task #7289)

This commit is contained in:
Sebastien Helleu
2011-10-26 19:25:51 +02:00
parent d95aef2134
commit 9b42328d55
39 changed files with 7281 additions and 278 deletions
+4
View File
@@ -86,6 +86,10 @@ if PLUGIN_TCL
script_dir = scripts
endif
if PLUGIN_GUILE
script_dir = scripts
endif
if PLUGIN_XFER
xfer_dir = xfer
endif