diff options
| author | 2007-07-22 13:49:15 +0000 | |
|---|---|---|
| committer | 2007-07-22 13:49:15 +0000 | |
| commit | 3bfcc3f9386a6e22df6b969733152d47153ebc1a (patch) | |
| tree | 5007def13b7cb9abf24b3093627471f16ced2834 /src/modules/m_taxonomy.cpp | |
| parent | oper-immune filters should be fixed now (diff) | |
| download | inspircd++-3bfcc3f9386a6e22df6b969733152d47153ebc1a.tar.gz inspircd++-3bfcc3f9386a6e22df6b969733152d47153ebc1a.tar.bz2 inspircd++-3bfcc3f9386a6e22df6b969733152d47153ebc1a.zip | |
Less WOOT more TAXANOMY :>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7494 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_taxonomy.cpp')
| -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) - |
