From b9e4dd8de7b3b0aaec9355fd0ba53d3792ffd653 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 23 Dec 2005 09:16:47 +0000 Subject: Added query about printf() use git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2643 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_botmode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index d8d0a8f29..2da80206e 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -36,7 +36,7 @@ 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!"); + printf("Could not claim usermode +B for this module!"); /* XXX - do we have a debug function? */ return; } } -- cgit v1.2.3