summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_helpop.cpp3
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) {