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

fset: add fset (Fast Set) plugin skeleton (WIP)

This commit is contained in:
Sébastien Helleu
2017-05-18 18:32:02 +02:00
parent 9de297100a
commit 2a5eb1564f
23 changed files with 2196 additions and 0 deletions
+5
View File
@@ -61,6 +61,10 @@ if PLUGIN_FIFO
fifo_dir = fifo
endif
if PLUGIN_FSET
fset_dir = fset
endif
if PLUGIN_IRC
irc_dir = irc
endif
@@ -120,6 +124,7 @@ SUBDIRS = . \
$(charset_dir) \
$(exec_dir) \
$(fifo_dir) \
$(fset_dir) \
$(irc_dir) \
$(logger_dir) \
$(relay_dir) \