summaryrefslogtreecommitdiff
path: root/hack_of_all_hacks
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-11-19 20:27:20 +0000
committerJoe <joe@joelightning.com>2011-11-19 20:27:20 +0000
commit157b0981a542b720170ae867686966c6357756b4 (patch)
tree3010e38bf7982edf1ac0e02913626d3cb3b1d4c6 /hack_of_all_hacks
parent7d07b7856d7adeddcda28c767113fa16de0e3c86 (diff)
fix
Diffstat (limited to 'hack_of_all_hacks')
-rw-r--r--hack_of_all_hacks4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack_of_all_hacks b/hack_of_all_hacks
index 2be79cc..a3f9d87 100644
--- a/hack_of_all_hacks
+++ b/hack_of_all_hacks
@@ -102,9 +102,9 @@ EOF
# This one depends on the previous to record the last time the person was
# seen and create the `the_time_now' var.
- if [[ ${line} == *"pbots_friend: when did you last see"* ]]
+ if [[ ${line} == *"pbot-ng: when did you last see"* ]]
then
- subject="${line##*pbots_friend: when did you last see }"
+ subject="${line##*pbot-ng: when did you last see }"
subject="${subject%?}"
subject="${subject%% *}"
if [[ -f announcements/people/${subject}/seen ]]