chiark
/
gitweb
/
~mdw
/
ircbot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
startup.sh: Run bots in a screen(1) instance.
[ircbot]
/
bridgetest.tcl
1
# Configuration for testbot
2
3
set host chiark
4
set nick testbot
5
set ownfullname confused
6
set socketargs {}
7
set marktime_min 10
8
set channel #test
9
10
set bots bw
11
source botpass.tcl
12
13
set bot/bw/host bnetd.relativity.greenend.org.uk
14
set bot/bw/nick iwj-test1
15
set bot/bw/pass $botpass
16
set bot/bw/channel "Brood War"
17
18
set bnbot ./bnbot
19
20
source bridge.tcl