summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-22 14:10:49 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-22 14:10:49 +0000
commitb30006781f9d147709d1e4af7e057a2912e5795d (patch)
treef2dec5550f3765e6452a6ca1b610854d791470fc /src/modules
parent6053deccb246cf00f83c0180ba07417af1f516df (diff)
Add syntax.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7496 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_taxonomy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_taxonomy.cpp b/src/modules/m_taxonomy.cpp
index 63ba291ef..c9621d431 100644
--- a/src/modules/m_taxonomy.cpp
+++ b/src/modules/m_taxonomy.cpp
@@ -29,6 +29,7 @@ class cmd_taxonomy : public command_t
cmd_taxonomy (InspIRCd* Instance, Module* maker, bool &claim) : command_t(Instance,"TAXONOMY", 'o', 1), Creator(maker), claimed(claim)
{
this->source = "m_taxonomy.so";
+ syntax = "<nickname>";
}
CmdResult Handle (const char** parameters, int pcnt, userrec *user)