2020-09-22 20:34:55 +02:00
|
|
|
# smeggdrop.tcl
|
|
|
|
encoding system utf-8
|
|
|
|
set SMEGGDROP_ROOT [file dirname [info script]]
|
2022-12-06 16:48:54 -08:00
|
|
|
lappend auto_path ./tclcurl-fa
|
2020-09-22 20:34:55 +02:00
|
|
|
proc putlog args {}
|
|
|
|
if [file exists smeggdrop.conf] {source smeggdrop.conf}
|
|
|
|
source $SMEGGDROP_ROOT/smeggdrop/smeggdrop.tcl
|