From e945a7f0656f2522a86963aea57803969b3d321d Mon Sep 17 00:00:00 2001 From: foldericon Date: Sun, 4 Nov 2012 10:36:24 +0100 Subject: [PATCH] fixed bug 0000012 --- public/classes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/classes.js b/public/classes.js index 4f88c8b..45afd1e 100644 --- a/public/classes.js +++ b/public/classes.js @@ -870,7 +870,7 @@ var Utf8 = { objUser.username = arrV[2]; objUser.host = arrV[3]; objUser.realname = arrV[8]; - objUser.pref = arrV[6].substring(1); + objUser.pref = arrV[6].substring(1).substring(0,1); objUser.status = arrV[6].substring(0,1); users.push(objUser); } -- 2.20.1