index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 2 |
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 } |