1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

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
This commit is contained in:
atoledo atoledo@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-04-27 18:13:07 +00:00
parent 16a6957a58
commit 33b49b12cb
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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 */
+5 -1
View File
@@ -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)
#