summaryrefslogtreecommitdiff
path: root/shbot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shbot.sh')
-rwxr-xr-xshbot.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/shbot.sh b/shbot.sh
index 47e3865..066d202 100755
--- a/shbot.sh
+++ b/shbot.sh
@@ -10,7 +10,6 @@ do
echo "<-- "$LINE
if [[ "$LINE" =~ PING\ *:(.*) ]]; then
echo "PONG :${BASH_REMATCH[1]}" >&3
- sleep 0.1
else
[[ ${LINE} =~ :[a-zA-Z]*!.*(#.*)\ :.* ]] && ORIGIN=${BASH_REMATCH[1]}
echo "${LINE}" | ./shbrain.sh | \