From 1f1f28bdf8dee5025e3372e8c7d18ae30c37b5ea Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 12 Jul 2019 15:08:42 +0200 Subject: lib/common-functions: fix typo in irc_say() --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 33625ee..421fe50 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -791,7 +791,7 @@ irc_say() { | sponge "${irc_dir}/${channel}/in" else printf '%s\n' "${content}" \ - sed 's@^@/j '"${channel}"' @' \ + | sed 's@^@/j '"${channel}"' @' \ | sponge "${irc_dir}/in" fi } -- cgit v1.2.3-54-g00ecf