diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-22 13:49:15 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-22 13:49:15 +0000 |
commit | 3bfcc3f9386a6e22df6b969733152d47153ebc1a (patch) | |
tree | 5007def13b7cb9abf24b3093627471f16ced2834 | |
parent | 8054398f76b694933d7924e7485915037b0d9c46 (diff) |
Less WOOT more TAXANOMY :>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7494 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/modules/m_taxonomy.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/m_taxonomy.cpp b/src/modules/m_taxonomy.cpp index 79dc8e23f..63ba291ef 100644 --- a/src/modules/m_taxonomy.cpp +++ b/src/modules/m_taxonomy.cpp @@ -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) - |