X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/9f811fcefd7764ba42e91d9036f4b8cb5891dd66..8097430a810ac1535fe5304f74991b16ff58b064:/modules/m_scan.c?ds=sidebyside diff --git a/modules/m_scan.c b/modules/m_scan.c index bb90d55..ccc1d02 100644 --- a/modules/m_scan.c +++ b/modules/m_scan.c @@ -79,7 +79,6 @@ static const char *spoofed_sockhost = "0"; /* * m_scan - * parv[0] = sender prefix * parv[1] = options [or target] * parv[2] = [target] */ @@ -115,7 +114,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;