diff options
| author | 2005-12-23 09:16:47 +0000 | |
|---|---|---|
| committer | 2005-12-23 09:16:47 +0000 | |
| commit | b9e4dd8de7b3b0aaec9355fd0ba53d3792ffd653 (patch) | |
| tree | 4ebfe85c9a4bc4374aef5ec815e66648038d23f2 /src/modules/m_botmode.cpp | |
| parent | Hopefully sped things up here -- I need to check this out on a box that I can... (diff) | |
Added query about printf() use
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2643 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_botmode.cpp')
| -rw-r--r-- | src/modules/m_botmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |
