1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 08:13:15 +02:00

Fixed a bug that would cause users access in channels to seemingly disappear. Introduced in release 1.8.3, revision 2667

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2800 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-03-02 04:25:41 +00:00
parent 60f0b2ff87
commit f39c428ac5
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -1857,7 +1857,6 @@ void cs_remove_nick(const NickCore * nc)
if (ca->in_use && ca->nc == nc) {
ca->in_use = 0;
ca->nc = NULL;
ci->accesscount--;
}
}
CleanAccess(ci);
+2 -1
View File
@@ -9,10 +9,11 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="3"
VERSION_EXTRA="-svn"
VERSION_BUILD="2792"
VERSION_BUILD="2800"
# $Log$ # Changes since 1.8.3 Release
#Revision 2800 - Fixed a bug that would cause users access in channels to seemingly disappear. Introduced in release 1.8.3, revision 2667
#Revision 2792 - Documented /nickserv list's ability to accept ranges
#Revision 2791 - Don't show unconfirmed nicks when services admins list suspended nicks
#Revision 2787 - Fixed it so halfops can not be marked as forcibly deopped, fixes us sometimes undoing all modes by some halfops