1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 06:16:38 +02:00

BUILD : 1.7.6 (466) BUGS : 237 NOTES : docs patch to bug 237

git-svn-id: svn://svn.anope.org/anope/trunk@466 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@320 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-11-29 05:36:04 +00:00
parent bd4d81fb5f
commit b28a698891
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -33,6 +33,7 @@ Provided by Trystan <trystan@nomadirc.net> - 2004
11/16 F NickTracking could allow usage of forbidden nick in some cases. [ #00]
Provided by DrStein <gacevedo@anope.org> - 2004
11/28 F Fixes RSEND oddity [#237]
11/26 F Memos sent as notification of receipt can't be cancelled. [#192]
11/23 F Moving Services Operators to Services Admins and vice-versa [#230]
11/22 F HelpChan +h mode not being given if status was greater then op. [#223]
+1 -1
View File
@@ -611,7 +611,7 @@ static int read_memo(User * u, int index, MemoInfo * mi, const char *chan)
m->flags &= ~MF_UNREAD;
/* Check if a receipt notification was requested */
if (m->flags && MF_RECEIPT) {
if (m->flags & MF_RECEIPT) {
rsend_notify(u, m, chan);
}
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="6"
VERSION_BUILD="465"
VERSION_BUILD="466"
# $Log$
#
# BUILD : 1.7.6 (466)
# BUGS : 237
# NOTES : docs patch to bug 237
#
# BUILD : 1.7.6 (465)
# BUGS : 218, 235
# NOTES : 1. correct the grammer in the example.conf