From ac705cd20e12f46bd638093f000dfd541ffc5d22 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Tue, 9 Apr 2013 18:57:05 +0200 Subject: Remove some uline checks that ran after an IS_LOCAL() check --- src/modules/m_nonotice.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modules/m_nonotice.cpp') diff --git a/src/modules/m_nonotice.cpp b/src/modules/m_nonotice.cpp index d95ea8b8a..c5b9f3a1c 100644 --- a/src/modules/m_nonotice.cpp +++ b/src/modules/m_nonotice.cpp @@ -59,11 +59,6 @@ class ModuleNoNotice : public Module Channel* c = (Channel*)dest; if (!c->GetExtBanStatus(user, 'T').check(!c->IsModeSet('T'))) { - if (ServerInstance->ULine(user->server)) - { - // ulines are exempt. - return MOD_RES_PASSTHRU; - } res = ServerInstance->OnCheckExemption(user,c,"nonotice"); if (res == MOD_RES_ALLOW) return MOD_RES_PASSTHRU; -- cgit v1.3.1-10-gc9f91