diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-30 09:59:44 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-30 09:59:44 +0000 |
commit | bc0b595b6b9bc6d9fade71117607314cbf54c8c8 (patch) | |
tree | 002d0f486d5d8a97cc04b99f0586c6ccceb0a152 /src/modules/m_helpop.cpp | |
parent | ce0213e10f1c5125a5d1af906136110cdf08c056 (diff) |
Added remote kill
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2035 e03df62e-2008-0410-955e-edbf42e46eb7
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 != "") { |