summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ii-answer4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ii-answer b/bin/ii-answer
index 81f5a22..40e40ea 100755
--- a/bin/ii-answer
+++ b/bin/ii-answer
@@ -16,8 +16,8 @@ for channel in '#archlinux32:Hi \0!\n!rq \0' '#archlinux32-devops:Hi \0!'; do
T
w /dev/stdout
d
- ' "${irc_dir}/${channel%%:*}/out" | \
- sort -u
+ ' "${irc_dir}/${channel%%:*}/out" \
+ | sort -u
)
if [ -n "${new_users}" ]; then
printf '%s\n' "${new_users}" | \