diff options
author | atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b <atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-04-27 18:13:07 +0000 |
---|---|---|
committer | atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b <atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-04-27 18:13:07 +0000 |
commit | 33b49b12cbefc51f2d9d09cdc3e96fa10b271be7 (patch) | |
tree | 602277bf3378e3e43abbb87f9999bb82e1584086 | |
parent | 16a6957a58e8339632f4ee9345f3f65223d9d261 (diff) |
BUILD : 1.7.2 (73) BUGS : NOTES : Removed delay timer from RSEND notifications.
git-svn-id: svn://svn.anope.org/anope/trunk@73 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@49 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | memoserv.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
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) # |