chiark / gitweb /
helpinfos: Advertise the HTTPS URL for help.
[ircbot] / blight-startup.tcl
CommitLineData
df78d81f 1#!/usr/bin/tclsh
081556a4 2package require Tclx
00535832
MW
3if {[llength $argv] > 0} {
4 set script [lindex $argv 0]
5 set argv [lrange $argv 1 end]
6} else {
7 set script blight.tcl
8}
9source $script.tcl
b31f054e
IJ
10set tcl_prompt1 { puts -nonewline "% " }
11set tcl_prompt2 { puts -nonewline "> " }
12commandloop -async -interactive on
13mainloop