]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_gecosban.cpp
Add extban types +bb R: and M: - stops matching account masks from joining and speaki...
[user/henk/code/inspircd.git] / src / modules / m_gecosban.cpp
index 3c041c548154b5e4b2edb7a52b1bee93bd20bdfb..49ca17fe0cc72a94cd40a14636df65433e1c3f60 100644 (file)
@@ -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