From 41e0306767c46a6d371f7f560a411d743600fc91 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 23 May 2021 23:08:24 +0200 Subject: bin/ii-connect: also join #archlinux32-devops --- bin/ii-connect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ii-connect b/bin/ii-connect index 652f94a..1e09d11 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -20,6 +20,6 @@ while ! grep -q 'You are \(now identified for\|already logged in as\) ' "${irc_d sleep 5 done -# join channel -echo '/j #archlinux32' | \ +# join channels +printf '/j #archlinux32%s\n' '' '-devops' | \ sponge "${irc_dir}/in" -- cgit v1.2.3