From 923647f50dfe8e80325972d3b65a12c531db9f01 Mon Sep 17 00:00:00 2001 From: haddaway Date: Sun, 21 Oct 2012 15:51:50 -0700 Subject: [PATCH] Updates to ui --- libtoorchat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtoorchat.py b/libtoorchat.py index b6e201e..b96e4b3 100644 --- a/libtoorchat.py +++ b/libtoorchat.py @@ -2,7 +2,7 @@ import os import httplib from threading import Thread -USER_NAME_SIZE = 9 +USER_NAME_SIZE = 8 def string_into_even_peices(string, size): peices = len(string)/size