diff options
| author | 2006-03-18 16:00:38 +0000 | |
|---|---|---|
| committer | 2006-03-18 16:00:38 +0000 | |
| commit | 4a7c03ca35355ddcf2643f663c27a07a335732d7 (patch) | |
| tree | bf068b3730db5ed4108a6b8f2e34051d99c75e89 /src/cmd_list.cpp | |
| parent | Tidy up around the ex AMD64 'fix' (diff) | |
No RFC says anything about hiding channels containing only +i users -- and it could confuse the crap out of people. Removed feature
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3728 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_list.cpp')
| -rw-r--r-- | src/cmd_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_list.cpp b/src/cmd_list.cpp index 27a9ce44d..1676a48c0 100644 --- a/src/cmd_list.cpp +++ b/src/cmd_list.cpp @@ -49,7 +49,7 @@ void cmd_list::Handle (char **parameters, int pcnt, userrec *user) bool n = i->second->HasUser(user); if (((!(i->second->modes[CM_PRIVATE])) && (!(i->second->modes[CM_SECRET]))) || (n)) { - long users = usercount_i(i->second); + long users = usercount(i->second); if (users) WriteServ(user->fd,"322 %s %s %d :[+%s] %s",user->nick,i->second->name,users,chanmodes(i->second,n),i->second->topic); } |
