diff options
-rw-r--r-- | src/modules/m_spy.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
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; |