summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ii-answer4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ii-answer b/bin/ii-answer
index 319afb1..16fbb78 100755
--- a/bin/ii-answer
+++ b/bin/ii-answer
@@ -17,7 +17,6 @@ for channel in '#archlinux32:Hi \0!\n!rq \0' '#archlinux32-devops:Hi \0!'; do
w /dev/stdout
d
' "${irc_dir}/${channel%%:*}/out" \
- | sort -u \
| grep -vxF "$(
{
printf '%s SNIP\n' $(($(date +%s)-5*60))
@@ -34,7 +33,8 @@ for channel in '#archlinux32:Hi \0!\n!rq \0' '#archlinux32-devops:Hi \0!'; do
d
' \
| sort -u
- )"
+ )" \
+ | sort -u
)
if [ -n "${new_users}" ]; then
printf '%s\n' "${new_users}" | \