]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Less WOOT more TAXANOMY :>
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 22 Jul 2007 13:49:15 +0000 (13:49 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 22 Jul 2007 13:49:15 +0000 (13:49 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7494 e03df62e-2008-0410-955e-edbf42e46eb7

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)
-