From: Chris Porter Date: Fri, 1 Feb 2019 22:51:22 +0000 (+0000) Subject: CHANSERV: bump maximum number of users authed to a single account to 4 X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/refs/pull/76/head CHANSERV: bump maximum number of users authed to a single account to 4 --- diff --git a/chanserv/chanserv.h b/chanserv/chanserv.h index 6b94adb1..6ad4d146 100644 --- a/chanserv/chanserv.h +++ b/chanserv/chanserv.h @@ -82,7 +82,7 @@ #define MAXHELLOS 2 /* Maximum number of times a user may actually be authed */ -#define MAXAUTHCOUNT 2 +#define MAXAUTHCOUNT 4 /* Maximum number of accounts that may share an email address */ #define MD_DEFAULTACTLIMIT 2