1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 10:53:12 +02:00

BUILD : 1.7.6 (522) BUGS : 254 NOTES : Memo INFO should finallly be fixed

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@376 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-01-05 14:47:44 +00:00
parent 6f72ea0278
commit 8188843d09
2 changed files with 12 additions and 1 deletions
+7
View File
@@ -1217,6 +1217,13 @@ static int do_info(User * u)
else
notice_lang(s_MemoServ, u, MEMO_INFO_X_LIMIT, name,
mi->memomax);
} else if (mi->memomax > 0) {
if (hardmax)
notice_lang(s_MemoServ, u, MEMO_INFO_X_HARD_LIMIT, name,
mi->memomax);
else
notice_lang(s_MemoServ, u, MEMO_INFO_X_LIMIT, name,
mi->memomax);
} else {
notice_lang(s_MemoServ, u, MEMO_INFO_X_NO_LIMIT, name);
}
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="6"
VERSION_BUILD="521"
VERSION_BUILD="522"
# $Log$
#
# BUILD : 1.7.6 (522)
# BUGS : 254
# NOTES : Memo INFO should finallly be fixed
#
# BUILD : 1.7.6 (521)
# BUGS : 254, 266
# NOTES : Fixed up some alog() messages, and MemoServ INFO showing -1 for no hard limit