X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/9f811fcefd7764ba42e91d9036f4b8cb5891dd66..8a889b0a5ffbac79bea29658c7c0f4a89f9b7be8:/modules/m_scan.c diff --git a/modules/m_scan.c b/modules/m_scan.c index bb90d55..28154d8 100644 --- a/modules/m_scan.c +++ b/modules/m_scan.c @@ -28,7 +28,6 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: m_scan.c 1853 2006-08-24 18:30:52Z jilles $ */ #include "stdinc.h" @@ -79,7 +78,6 @@ static const char *spoofed_sockhost = "0"; /* * m_scan - * parv[0] = sender prefix * parv[1] = options [or target] * parv[2] = [target] */ @@ -115,7 +113,7 @@ scan_umodes(struct Client *client_p, struct Client *source_p, int parc, int what = MODE_ADD; int mode; int list_users = YES; - int list_max = 0; + int list_max = 500; int list_count = 0, count = 0; const char *mask = NULL; const char *c;