From ebb839206d2e8e482718af64ada4dafb3bc82556 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 14 Apr 2016 20:30:45 +0300 Subject: Remove gitlab ci irc scripts hack, because now we using hooks hack :) --- tools/ci/scripts/bot.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 tools/ci/scripts/bot.sh (limited to 'tools/ci/scripts/bot.sh') diff --git a/tools/ci/scripts/bot.sh b/tools/ci/scripts/bot.sh deleted file mode 100755 index 4724530a8..000000000 --- a/tools/ci/scripts/bot.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -export path=bot -export server=irc.freenode.net -export C="\0003" -export R="\x0f" - -function bot_connect { - mkdir ${path} - ii -s $server -i $path -n $1 -f $1 & - sleep 7s -} - -function bot_join { - echo "/j $1" > "$path/$server/in" - sleep 7s -} - -function bot_message { - echo -e $2 >bot/irc.freenode.net/${1}/in - sleep 1s -} - -function bot_exit { - sleep 5s - killall ii -} -- cgit v1.2.3-70-g09d2