summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--memoserv.c2
-rw-r--r--version.log6
2 files changed, 6 insertions, 2 deletions
diff --git a/memoserv.c b/memoserv.c
index ab87c1c62..2e39f4425 100644
--- a/memoserv.c
+++ b/memoserv.c
@@ -1298,7 +1298,7 @@ void rsend_notify(User * u, Memo * m, const char *chan)
}
/* Send notification */
- memo_send(u, m->sender, text, 0);
+ memo_send(u, m->sender, text, 2);
/* Notify recepient of the memo that a notification has
been sent to the sender */
diff --git a/version.log b/version.log
index 0f017486e..778768d99 100644
--- a/version.log
+++ b/version.log
@@ -8,11 +8,15 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="2"
-VERSION_BUILD="72"
+VERSION_BUILD="73"
VERSION_EXTRA=""
# $Log$
#
+# BUILD : 1.7.2 (73)
+# BUGS :
+# NOTES : Removed delay timer from RSEND notifications.
+#
# BUILD : 1.7.2 (72)
# NOTES : New language index (temp fix)
#