summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2013-08-24 21:18:15 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2013-08-24 21:18:15 +0100
commit5aa5ad91e1fa68a53c6912599e6d995f49ccbb4f (patch)
tree112bbb2b560fc7141b268eec9c0339bc8b2cd47d
parent09eb2f838d6433f113da61eb6d5bf4c89375d34e (diff)
fixed another typo
-rw-r--r--hack_of_all_hacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack_of_all_hacks b/hack_of_all_hacks
index d2a5911..d98a621 100644
--- a/hack_of_all_hacks
+++ b/hack_of_all_hacks
@@ -333,7 +333,7 @@ EOF
if [[ -n "${dude}" ]] && [[ -n "${thing}" ]]
then
- tell_fact "${thing}" "${dude}" || "${channel_it_came_from}" "${personoslash}: Error, failed to tell ${dude} about ${thing}"
+ tell_fact "${thing}" "${dude}" || send_msg "${channel_it_came_from}" "${personoslash}: Error, failed to tell ${dude} about ${thing}"
fi
fi