]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_botmode.cpp
Dont echo the JOIN to the user whos speaking
[user/henk/code/inspircd.git] / src / modules / m_botmode.cpp
index b055c83ee13180566d58b0762593268627834857..18a594c31bcf94b50c8a6ec495dc838c468abe09 100644 (file)
@@ -55,7 +55,7 @@ class ModuleBotMode : public Module
        {
                
                bm = new BotMode(ServerInstance);
-               if (!ServerInstance->AddMode(bm, 'B'))
+               if (!ServerInstance->AddMode(bm))
                        throw ModuleException("Could not add new modes!");
        }