]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_callerid.cpp
Update the module descriptions.
[user/henk/code/inspircd.git] / src / modules / m_callerid.cpp
index 2f47912aee76d0064972f9dae73599a925c60bfa..14f7012b6f4d631073a179eca2fd312b71e02634 100644 (file)
@@ -398,7 +398,7 @@ public:
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides user mode g (bot) which allows users to require that other users are on their whitelist before messaging them.", VF_COMMON | VF_VENDOR);
+               return Version("Provides user mode g (callerid) which allows users to require that other users are on their whitelist before messaging them.", VF_COMMON | VF_VENDOR);
        }
 
        void On005Numeric(std::map<std::string, std::string>& tokens) CXX11_OVERRIDE