1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

Add Tcl script plugin (thanks to Dmitry Kobylin)

This commit is contained in:
Sebastien Helleu
2008-10-05 19:06:46 +02:00
parent 269bf55b1e
commit 44944ef01f
36 changed files with 5984 additions and 14 deletions
+4
View File
@@ -78,6 +78,10 @@ if PLUGIN_LUA
script_dir = scripts
endif
if PLUGIN_TCL
script_dir = scripts
endif
if PLUGIN_TRIGGER
trigger_dir = trigger
endif