unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 4042e2e6193f7b7c39c25b035e35949ebc2d13ba
parent 88a904d7f7913b6cce5f83385af67f240bf3f48e Author: acidvegas <acid.vegas@acid.vegas> Date: Fri, 8 Jan 2021 20:58:44 -0500 Fixed history legnth on nicks Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/Config b/Config @@ -260,7 +260,7 @@ UNREALCWD="`pwd`" BASEPATH="$HOME/unrealircd" DEFPERM="0600" SSLDIR="" -NICKNAMEHISTORYLENGTH="2000" +NICKNAMEHISTORYLENGTH="100" MAXCONNECTIONS_REQUEST="auto" REMOTEINC="1" CURLDIR="" |