]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_taxonomy.cpp
Less WOOT more TAXANOMY :>
[user/henk/code/inspircd.git] / src / modules / m_taxonomy.cpp
index 79dc8e23feeb616e68a2229e996b82e36b0ce4ce..63ba291efee43336b18ad4827f57ebf388e67e4c 100644 (file)
@@ -18,7 +18,7 @@
 
 /* $ModDesc: Provides the /TAXONOMY command, used to view all metadata attached to a user */
 
-/** Handle /WOOT
+/** Handle /TAXONOMY
  */
 class cmd_taxonomy : public command_t
 {
@@ -51,7 +51,7 @@ class cmd_taxonomy : public command_t
                        }
                        user->WriteServ("304 " + std::string(user->nick) + ":TAXONOMY END");
                }
-               return CMD_FAILURE;
+               return CMD_LOCALONLY;
        }
 };
 
@@ -96,4 +96,3 @@ class ModuleTaxonomy : public Module
 };
 
 MODULE_INIT(ModuleTaxonomy)
-