summaryrefslogtreecommitdiff
path: root/memoserv.c
diff options
context:
space:
mode:
authoratoledo 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
committeratoledo 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
commit33b49b12cbefc51f2d9d09cdc3e96fa10b271be7 (patch)
tree602277bf3378e3e43abbb87f9999bb82e1584086 /memoserv.c
parent16a6957a58e8339632f4ee9345f3f65223d9d261 (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
Diffstat (limited to 'memoserv.c')
-rw-r--r--memoserv.c2
1 files changed, 1 insertions, 1 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 */