From 24810b644dc532d831a5e1f2fa8d17d4b562ce77 Mon Sep 17 00:00:00 2001 From: "certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Fri, 4 Jun 2004 14:17:43 +0000 Subject: [PATCH] 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 --- memoserv.c | 2 +- version.log | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/memoserv.c b/memoserv.c index 476f03311..e182f0535 100644 --- a/memoserv.c +++ b/memoserv.c @@ -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); diff --git a/version.log b/version.log index ed8ba27f8..42a9a9fae 100644 --- a/version.log +++ b/version.log @@ -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