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:
parent
16a6957a58
commit
33b49b12cb
+1
-1
@@ -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
@@ -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)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user