diff options
-rw-r--r-- | src/modules/m_gecosban.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_gecosban.cpp b/src/modules/m_gecosban.cpp index 3c041c548..49ca17fe0 100644 --- a/src/modules/m_gecosban.cpp +++ b/src/modules/m_gecosban.cpp @@ -42,8 +42,6 @@ class ModuleNickBan : public Module if (!c) return 0; - ServerInstance->Logs->Log("EXTBANS", DEBUG, "Checking if %s is banned", user->fullname.c_str()); - if (c->IsExtBanned(user->fullname, 'r')) { // XXX: send a numeric here |