diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-23 11:41:25 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-23 11:41:25 +0000 |
commit | 1f1258997c2d63eb54c5addece622af37f637a7b (patch) | |
tree | 84e5c5a182d6c2b58fa41a1c7bd42bac687b64e7 /src/modules/m_botmode.cpp | |
parent | 7820d50612c31484ba94b079c127d4cb02526c41 (diff) |
Review and optimize
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2646 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_botmode.cpp')
-rw-r--r-- | src/modules/m_botmode.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; } } |