shaniqua-core/src/smeggdrop/smeggdrop.tcl
2022-12-06 16:48:54 -08:00

8 lines
240 B
Tcl

# smeggdrop.tcl
encoding system utf-8
set SMEGGDROP_ROOT [file dirname [info script]]
lappend auto_path ./tclcurl-fa
proc putlog args {}
if [file exists smeggdrop.conf] {source smeggdrop.conf}
source $SMEGGDROP_ROOT/smeggdrop/smeggdrop.tcl