chiark
/
gitweb
/
~mdw
/
ircbot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
irc-blight-id, irc-identpass: The missing machinery for `identpass'.
[ircbot]
/
blight-startup.tcl
1
#!/usr/bin/tclsh8.4
2
package require Tclx
3
source blight.tcl
4
set tcl_prompt1 { puts -nonewline "% " }
5
set tcl_prompt2 { puts -nonewline "> " }
6
commandloop -async -interactive on
7
mainloop