/usr/share/sbnc/scripts/sbnc.tcl.dist is in sbnc-tcl 1.3.9-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # This is an example configuration file for shroudBNC's TCL module
# It will be sourced whenever you (re-)load the tcl module or
# use the tcl command 'rehash' (e.g. /sbnc tcl :rehash)
# You should not modify this block
source "scripts/alltools.tcl"
source "scripts/namespace.tcl"
source "scripts/timers.tcl"
source "scripts/misc.tcl"
source "scripts/variables.tcl"
source "scripts/pushmode.tcl"
source "scripts/channel.tcl"
source "scripts/bind.tcl"
source "scripts/usys.tcl"
source "scripts/socket.tcl"
source "scripts/botnet.tcl"
source "scripts/iface2.tcl"
source "scripts/ifacecmds.tcl"
source "scripts/partyline.tcl"
source "scripts/defaultsettings.tcl"
source "scripts/auth.tcl"
|