From 3c401ee4f6611883447767db19c7450567c7648e Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 6 Oct 2006 09:17:21 +0000 Subject: ...and actually take out the +i restriction git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5430 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spy.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/modules') diff --git a/src/modules/m_spy.cpp b/src/modules/m_spy.cpp index 53a7f0d7f..b09a05833 100644 --- a/src/modules/m_spy.cpp +++ b/src/modules/m_spy.cpp @@ -49,15 +49,6 @@ void spy_userlist(userrec *user, chanrec *c) for (CUList::iterator i = ulist->begin(); i != ulist->end(); i++) { - if ((!has_user) && (i->second->modes[UM_INVISIBLE])) - { - /* - * user is +i, and source not on the channel, does not show - * nick in NAMES list - */ - continue; - } - size_t ptrlen = snprintf(ptr, MAXBUF, "%s%s ", c->GetPrefixChar(i->second), i->second->nick); curlen += ptrlen; -- cgit v1.2.3