move plugins into submodules..

This commit is contained in:
Jon Doe
2020-09-22 20:34:55 +02:00
committed by Maciej Bonin
parent 369b7f63f0
commit 9bbb1cd926
28 changed files with 1782 additions and 6 deletions

View File

@ -0,0 +1,6 @@
# smeggdrop.tcl
encoding system utf-8
set SMEGGDROP_ROOT [file dirname [info script]]
proc putlog args {}
if [file exists smeggdrop.conf] {source smeggdrop.conf}
source $SMEGGDROP_ROOT/smeggdrop/smeggdrop.tcl