diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-19 18:37:58 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-19 18:37:58 +0000 |
commit | 8b6d388167ed9438f41db690ad62efa87213572a (patch) | |
tree | 19ffd3e311166ed149ab92a28386d2dde50d886c /src | |
parent | 6f89f9cb9084b117e8e5dedb5e4b6179f416f5a8 (diff) |
Took out ability to issue parameterless helpop
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3736 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_helpop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index 5b0c0bbe0..966f645d3 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -34,7 +34,7 @@ void sendtohelpop(userrec*, int, char**); class cmd_helpop : public command_t { public: - cmd_helpop () : command_t("HELPOP",0,0) + cmd_helpop () : command_t("HELPOP",0,1) { this->source = "m_helpop.so"; } |