From 1f1258997c2d63eb54c5addece622af37f637a7b Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 23 Dec 2005 11:41:25 +0000 Subject: Review and optimize git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2646 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_botmode.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/m_botmode.cpp') diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index 2da80206e..fe8fb9f91 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -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!"); /* XXX - do we have a debug function? */ return; } } -- cgit v1.2.3