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

BUILD : 1.7.3 (167) BUGS : NOTES : Fixed a typo in my last submit, which caused a compile error.

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@116 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-06-04 14:17:43 +00:00
parent fafff9c13c
commit 24810b644d
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ void memo_send(User * u, char *name, char *text, int z)
notice_lang(s_MemoServ, u, MEMO_X_GETS_NO_MEMOS, name);
} else if (mi->memomax > 0 && mi->memocount >= mi->memomax
&& !is_servop) {
&& !is_servoper) {
if (z == 0 || z == 3)
notice_lang(s_MemoServ, u, MEMO_X_HAS_TOO_MANY_MEMOS, name);
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
VERSION_BUILD="166"
VERSION_BUILD="167"
# $Log$
#
# BUILD : 1.7.3 (167)
# BUGS :
# NOTES : Fixed a typo in my last submit, which caused a compile error.
#
# BUILD : 1.7.3 (166)
# BUGS : #84
# NOTES : MemoServ send limit does no longer apply for services operators. That fixed the problem with /MS STAFF for services