From 3759fe0ba2420bd564abb4b034582ea0866907aa Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 4 May 2007 14:30:08 +0000 Subject: Where others charge, we give for free. Have fun and use wisely. With great power comes great responsbility. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6867 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index f75a2cf9f..59d19adff 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -338,6 +338,7 @@ userrec::userrec(InspIRCd* Instance) : ServerInstance(Instance) sendq = ""; WriteError = ""; res_forward = res_reverse = NULL; + Visibility = NULL; ip = NULL; chans.clear(); invites.clear(); @@ -1952,4 +1953,16 @@ const char* userrec::GetOperQuit() return operquit ? operquit : ""; } +VisData::VisData() +{ +} + +VisData::~VisData() +{ +} + +bool VisData::VisibleTo(userrec* user) +{ + return true; +} -- cgit v1.3.1-10-gc9f91