From 567e716c8696754f4b3323f962a616e9be12115d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 4 May 2018 09:44:32 +0200 Subject: lib/common-functions: irc_say: accept channel as parameter --- bin/ii-connect | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ii-connect') diff --git a/bin/ii-connect b/bin/ii-connect index 5fc5f37..95960f0 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -63,6 +63,7 @@ if [ "$1" = 'watch' ]; then /'"${welcome_user_regex}"'/ d ' "${irc_dir}/#archlinux32/out" done_something=true + # shellcheck disable=SC2119 printf '%s\n' "${new_users}" | \ sed ' s/^/Hi / -- cgit v1.2.3