chiark / gitweb /
topicedit: add a timeout; better error handling
[ircbot.git] / blight-startup.tcl
1 #!/usr/bin/tcl -f
2 source blight.tcl
3 set tcl_prompt1 { puts -nonewline "% " }
4 set tcl_prompt2 { puts -nonewline "> " }
5 commandloop -async -interactive on
6 mainloop