From: frostycoolslug Date: Mon, 28 Mar 2005 03:51:25 +0000 (+0000) Subject: /helpop now behaves for opers in the same way it does for users. X-Git-Tag: v2.0.23~10719 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=fe08337b1f68ba2b9e82eaaae708a8ff12b6e1f0;p=user%2Fhenk%2Fcode%2Finspircd.git /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 --- 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) {