diff options
Diffstat (limited to 'src/modules/m_helpop.cpp')
-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 9fd3052b7..ca4b4fed3 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -76,7 +76,7 @@ void handle_helpop(char **parameters, int pcnt, userrec *user) for (int i = 1; output != ""; i++) { snprintf(a,MAXBUF,"line%d",i); - /* XXX - "nohelpo" ? or "nohelp", as above */ + /* "nohelpo" for opers "nohelp" for users */ output = helpop->ReadValue("nohelpo", std::string(a), 0); if (output != "") { |