]> jfr.im git - irc/freenode/ircd-seven.git/commitdiff
fix list
authorStephen Bennett <redacted>
Fri, 11 Mar 2011 23:12:01 +0000 (23:12 +0000)
committerStephen Bennett <redacted>
Fri, 11 Mar 2011 23:12:01 +0000 (23:12 +0000)
modules/m_list.c

index c94eb3db2cc858b1af7cde7ad226344fb53fabf2..d1d1d0574963c1ea1a60e2b01ccd258e32e26c70 100644 (file)
@@ -261,7 +261,7 @@ static int mo_list(struct Client *client_p, struct Client *source_p, int parc, c
                                }
                        }
                        /* Only accept operspy as the first option. */
-                       else if (*args == '!' && IsOperSpy(source_p) && i == 0)
+                       else if (*args == '!' && IsOperAuspex(source_p) && i == 0)
                        {
                                params->operspy = 1;
                                report_operspy(source_p, "LIST", p);