mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Add syntax.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7496 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
6053deccb2
commit
b30006781f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user