chiark
/
gitweb
/
~mdw
/
ircbot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
When failing, print right msg.
[ircbot]
/
test.tcl
diff --git
a/test.tcl
b/test.tcl
index d54d29e21868ad1321cd088e907821fdd38860d0..5f9b20cf74717e3f51578362d6f0971eb34ce49f 100644
(file)
--- a/
test.tcl
+++ b/
test.tcl
@@
-1,2
+1,9
@@
+# Configuration for testbot
+
+set host chiark
set nick testbot
set ownfullname confused
+set socketargs {}
+set marktime_min 10
+
+source bot.tcl