diff options
| author | 2009-02-18 08:36:11 +0000 | |
|---|---|---|
| committer | 2009-02-18 08:36:11 +0000 | |
| commit | aa58426f0f3de8d7b23699d1e82309559b7b74fc (patch) | |
| tree | 90dfe547d7a0bacd3f27eda0959a7fadbd218813 /src/modules/m_remove.cpp | |
| parent | Maxpara on these was 3, should be 2 (diff) | |
Remove had no maxpara
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11124 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_remove.cpp')
| -rw-r--r-- | src/modules/m_remove.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index 16d5d3b36..3406b206c 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -206,7 +206,7 @@ class RemoveBase class CommandRemove : public Command, public RemoveBase { public: - CommandRemove(InspIRCd* Instance, bool& snk) : Command(Instance, "REMOVE", 0, 2), RemoveBase(Instance, snk) + CommandRemove(InspIRCd* Instance, bool& snk) : Command(Instance, "REMOVE", 0, 2, 2, false, 0), RemoveBase(Instance, snk) { this->source = "m_remove.so"; syntax = "<nick> <channel> [<reason>]"; |
