summaryrefslogtreecommitdiff
path: root/src/channels.cpp
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 00:50:43 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2009-09-02 00:50:43 +0000
commit94a601fb3b67e72e075af28174094117cd09f5f2 (patch)
treec667c935abf679c40ca25d5e960ddc497bdedd07 /src/channels.cpp
parentc32734fb23bb7c811076d1f4acc819020533e89c (diff)
Rip out VisData in preparation for replacing it with more flexible hooks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11640 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/channels.cpp b/src/channels.cpp
index 15c2c56b1..76e2f0a68 100644
--- a/src/channels.cpp
+++ b/src/channels.cpp
@@ -911,9 +911,6 @@ void Channel::UserList(User *user, CUList *ulist)
continue;
}
- if (i->first->Visibility && !i->first->Visibility->VisibleTo(user))
- continue;
-
std::string prefixlist = this->GetPrefixChar(i->first);
std::string nick = i->first->nick;