merge conflict
This commit is contained in:
commit
8c3988b2c5
5
bot.sh
5
bot.sh
@ -7,11 +7,14 @@ echo "NICK $nick" > $config
|
||||
echo "USER $user" >> $config
|
||||
echo "JOIN #$channel" >> $config
|
||||
|
||||
tail -f $config | telnet $server 6667 | while read res; do
|
||||
tail -f $config | telnet $server 6667 | while read res;
|
||||
do
|
||||
# do things when you see output
|
||||
case "$res" in
|
||||
PING*)
|
||||
echo "$res" | sed "s/PING/PONG/" >> $config
|
||||
;;
|
||||
# for pings on nick/user
|
||||
*"You have not"*)
|
||||
echo "JOIN #$channel" >> $config
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user