]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_botmode.cpp
Review and optimize
[user/henk/code/inspircd.git] / src / modules / m_botmode.cpp
index d8d0a8f29c4af53a07af69d38076cec11450f861..fe8fb9f91be4f9f9c135f37834c8c2281f9352d5 100644 (file)
@@ -36,7 +36,6 @@ class ModuleBotMode : public Module
                if (!Srv->AddExtendedMode('B',MT_CLIENT,false,0,0))
                {
                        Srv->Log(DEFAULT,"*** m_botmode: ERROR, failed to allocate user mode +B!");
-                       printf("Could not claim usermode +B for this module!");
                        return;
                }
        }