summaryrefslogtreecommitdiff
path: root/shbot.sh
diff options
context:
space:
mode:
authorjulien2009-08-19 12:22:40 +0200
committerjulien2009-08-19 12:22:40 +0200
commitd0675339023114166a1f0da81fb49c3ee68d0c18 (patch)
tree6b2517b1fd4dd8520ddf2710b27f1243797a0db8 /shbot.sh
parentRefactored command handling (diff)
downloadshbot-d0675339023114166a1f0da81fb49c3ee68d0c18.tar.gz
shbot-d0675339023114166a1f0da81fb49c3ee68d0c18.tar.bz2
shbot-d0675339023114166a1f0da81fb49c3ee68d0c18.zip
Added the quote module
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 | \