summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_helpop.cpp2
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";
}