chiark / gitweb /
irc-summon: Use UIDs to identify proper human users.
[ircbot] / blight-startup.tcl
CommitLineData
081556a4
MW
1#!/usr/bin/tclsh8.4
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