diff options
-rw-r--r-- | hack_of_all_hacks | 2 |
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 |