unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 0baf0c65d7243c5d9418e5404e68196d2ae38811
parent a0b3c7b90a4ef7cb23e4d4fe14708ec404fa32c8 Author: acidvegas <acid.vegas@acid.vegas> Date: Sun, 3 Apr 2022 12:01:05 -0400 Forgot to enable fakelag configurable... Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git 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 |