From: Chris Porter Date: Sun, 24 Jan 2016 16:10:31 +0000 (+0000) Subject: CHANSERV: reduce reason to 15 chars X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/commitdiff_plain/211567363bd8bfbd70cef81e4208ea02d49ebb55?ds=sidebyside CHANSERV: reduce reason to 15 chars --- diff --git a/chanserv/chanserv.h b/chanserv/chanserv.h index e636e3fc..25783451 100644 --- a/chanserv/chanserv.h +++ b/chanserv/chanserv.h @@ -121,7 +121,7 @@ #define ENTROPYLEN 8 /* Minimum acceptable reason length for stuff like deluser */ -#define MIN_REASONLEN 20 +#define MIN_REASONLEN 15 #include "chanserv_messages.h"