7 lines
209 B
Tcl
7 lines
209 B
Tcl
|
# 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
|