From 226cd01d1647eed797511f921aefd4bdd218ef36 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 12 Jul 2019 14:32:54 +0200 Subject: lib/common-functions: irc_say(): fix typo --- 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 b8eb383..33625ee 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -792,7 +792,7 @@ irc_say() { else printf '%s\n' "${content}" \ sed 's@^@/j '"${channel}"' @' \ - | sponge "${irc_dir}/${channel}/in" + | sponge "${irc_dir}/in" fi } -- cgit v1.2.3-54-g00ecf