.cvsignore -> .gitignore: Rename ignore file for Git's benefit.
[ircbot] / 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