index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2021-05-23 23:14:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-05-23 23:14:59 +0200 |
commit | 970a46f8a63a0032a8558b78d32c09aac0ce3aa2 (patch) | |
tree | 754c09490abef8e7a8095310773d118bd94c546e /lib | |
parent | 41e0306767c46a6d371f7f560a411d743600fc91 (diff) |
-rwxr-xr-x | lib/common-functions | 4 |
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 |