diff options
author | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-03-28 03:51:25 +0000 |
---|---|---|
committer | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-03-28 03:51:25 +0000 |
commit | fe08337b1f68ba2b9e82eaaae708a8ff12b6e1f0 (patch) | |
tree | fa112a2fa056ef83d904ba466bbaf35f42d44493 /src | |
parent | 7560655562aafd0a89e65e11c0896337617db2a2 (diff) |
/helpop now behaves for opers in the same way it does for users.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@928 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_helpop.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index 689d28d09..e98669f0e 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -62,9 +62,6 @@ void handle_helpop(char **parameters, int pcnt, userrec *user) } } } - } else if (strchr(user->modes,'o')) { - // Its an oper whos not using ?, send to all +h - sendtohelpop(user, pcnt, parameters); } else { // Check with the helpop database, if not found send to +h if (do_helpop(parameters, pcnt, user) == false) { |