]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
/helpop now behaves for opers in the same way it does for users.
authorfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 28 Mar 2005 03:51:25 +0000 (03:51 +0000)
committerfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 28 Mar 2005 03:51:25 +0000 (03:51 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@928 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_helpop.cpp

index 689d28d0939a5f90a685b17ac314aeffaa53dd2c..e98669f0e2fa87c273c12a0026b6b7018019ca49 100644 (file)
@@ -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) {