irc-summon: Use UIDs to identify proper human users.
[ircbot] / startup.sh
... / ...
CommitLineData
1#!/bin/sh
2set -e
3cd "`dirname $0`"
4sleep 1
5set +e
6./blight-startup.tcl
7sleep ${1:-5000000}