summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-04-21 07:42:27 +0000
committerbill-auger <mr.j.spam.me@gmail.com>2019-04-21 04:25:16 -0400
commitb8a24949b60fcba8dfea497e1fdb900498307d65 (patch)
tree43ef8454d1c29a0b5bbdbe43dc6fb343fbd06baa
parenta836b2244a142223ac6671aee13a737031baa583 (diff)
change memo confirmation message
-rw-r--r--process_event2
1 files changed, 1 insertions, 1 deletions
diff --git a/process_event b/process_event
index 5250293..35d0ffb 100644
--- a/process_event
+++ b/process_event
@@ -351,7 +351,7 @@ function process_event
# when he gives it to it's recipient.
echo "$(date +%s) ${personoslash} ${message}" >> "${receiver_dir}/messages"
- local response="Certainly! I will relay your message to ${receiver} the next time i see activity by that nick."
+ local response="OK! I will do my best to relay your message to ${receiver}."
send_msg "${channel_it_came_from}" "${personoslash}: ${response}"