From 970a46f8a63a0032a8558b78d32c09aac0ce3aa2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 23 May 2021 23:14:59 +0200 Subject: move to irc.libera.chat and #archlinux32-devops (mostly) --- lib/common-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/common-functions b/lib/common-functions index 8b842ff..4af92db 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -778,7 +778,7 @@ extract_pkgname_epoch_pkgver_pkgrel_sub_pkgrel_arch_from_package_name() { } # irc_say $channel [copy] -# say content of stdin in irc channel $channel (default: #archlinux32) +# say content of stdin in irc channel $channel (default: #archlinux32-devops) # and print copy to stdout if 'copy' is given # shellcheck disable=SC2120 @@ -786,7 +786,7 @@ irc_say() { local channel local content if [ -z "$1" ]; then - channel='#archlinux32' + channel='#archlinux32-devops' else channel="$1" fi -- cgit v1.2.3