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:
parent
fafff9c13c
commit
24810b644d
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user