mkbotpass.sh: Utility to generate `botpass.tcl'.
[ircbot] / blight-startup.tcl
... / ...
CommitLineData
1#!/usr/bin/tclsh8.4
2package require Tclx
3source blight.tcl
4set tcl_prompt1 { puts -nonewline "% " }
5set tcl_prompt2 { puts -nonewline "> " }
6commandloop -async -interactive on
7mainloop