chiark / gitweb /
blight-startup.tcl: Tclx 8.4 uses `package' rather than a custom binary.
[ircbot] / blight-startup.tcl
CommitLineData
081556a4
MW
1#!/usr/bin/tclsh8.4
2package require Tclx
b31f054e
IJ
3source blight.tcl
4set tcl_prompt1 { puts -nonewline "% " }
5set tcl_prompt2 { puts -nonewline "> " }
6commandloop -async -interactive on
7mainloop