summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-05-23 23:14:59 +0200
committerErich Eckner <git@eckner.net>2021-05-23 23:14:59 +0200
commit970a46f8a63a0032a8558b78d32c09aac0ce3aa2 (patch)
tree754c09490abef8e7a8095310773d118bd94c546e /lib
parent41e0306767c46a6d371f7f560a411d743600fc91 (diff)
downloadbuilder-970a46f8a63a0032a8558b78d32c09aac0ce3aa2.tar.xz
move to irc.libera.chat and #archlinux32-devops (mostly)
Diffstat (limited to 'lib')
-rwxr-xr-xlib/common-functions4
1 files changed, 2 insertions, 2 deletions
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