seriously

This commit is contained in:
Ben Harris 2018-10-30 18:09:42 -04:00
parent 261aa8c352
commit 45a0054918
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 1 additions and 1 deletions

2
bot.sh
View File

@ -82,7 +82,7 @@ do
;;
unsubscribe)
sed -i "/$from/d" subscribers.txt
sed -i "/$who/d" subscribers.txt
echo "PRIVMSG $from :i'll stop sending you updates." >> $input
;;