diff options
| author | 2009-09-13 20:33:34 +0000 | |
|---|---|---|
| committer | 2009-09-13 20:33:34 +0000 | |
| commit | 2307fd05b237b01e956e89de0a90613c6fdbfd78 (patch) | |
| tree | caf4cf3a3fce59e3588b241c08976e65cd8baeda /src/modules/m_remove.cpp | |
| parent | Fix cloaking/invite exception for new extban checks (diff) | |
Fix REMOVE maxparams
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11714 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 70440e59d..d8fc89ccd 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -30,7 +30,7 @@ class RemoveBase : public Command public: RemoveBase(Module* Creator, bool& snk, const char* cmdn) - : Command(Creator, cmdn, 2, 2), supportnokicks(snk) + : Command(Creator, cmdn, 2, 3), supportnokicks(snk) { } |
