chiark
/
gitweb
/
~mdw
/
ircbot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
new tclX-based startup
[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