diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/helperfuncs.cpp | 2 | ||||
-rwxr-xr-x | src/svn-rev.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 7e9f72913..cae073ff4 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -1386,7 +1386,7 @@ int usercount_i(chanrec *c) CUList *ulist= c->GetUsers(); for (CUList::iterator i = ulist->begin(); i != ulist->end(); i++) { - if (i->second->modebits & UM_INVISIBLE) + if (!(i->second->modebits & UM_INVISIBLE)) count++; } diff --git a/src/svn-rev.sh b/src/svn-rev.sh index 24b276076..8acb32dfb 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3591 +echo 3593 |