diff --git a/src/chanserv.c b/src/chanserv.c index f680d8250..07ce73299 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -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); diff --git a/version.log b/version.log index 13cbac423..2bc9c7c35 100644 --- a/version.log +++ b/version.log @@ -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