From cebad1c4c47f69f6a55e3f9e19ed8914674b96eb Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Sat, 3 Jan 2015 17:45:07 -0800 Subject: [PATCH] Reduce list max length, math is hard. --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index dac3786..2a14455 100644 --- a/client.go +++ b/client.go @@ -18,7 +18,7 @@ const ( MaxMsgLength int = 1024 // MaxNamesList is the max number of items to return in a /names command - MaxNamesList int = 30 + MaxNamesList int = 20 // HelpText is the text returned by /help HelpText string = `Available commands: