From 0baf0c65d7243c5d9418e5404e68196d2ae38811 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 3 Apr 2022 12:01:05 -0400 Subject: [PATCH] Forgot to enable fakelag configurable... --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 9156eb7..7281cb9 100644 --- a/include/config.h +++ b/include/config.h @@ -123,7 +123,7 @@ * Common usage for this are: a trusted bot ran by an IRCOp, that you only * want to give "flood access" and nothing else, and other such things. */ -//#undef FAKELAG_CONFIGURABLE +#define FAKELAG_CONFIGURABLE /* The default value for class::sendq */ #define DEFAULT_SENDQ 3000000