X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=c317957ff5a229ed1ebf420a29c29116e0bd9242;hb=20c4c572b23645456e1fcca939c107a9d1b7d138;hp=b3c61380657787061281b6fdde411121bdabe556;hpb=6d8db1ee47d3c0bb14133d3ab2e0a6bdc7ed60a0;p=brisk.git diff --git a/web/commons.js b/web/commons.js index b3c6138..c317957 100644 --- a/web/commons.js +++ b/web/commons.js @@ -359,7 +359,7 @@ function chatt_checksend(obj,e) function act_chatt(value) { if (value.substring(0, 6) == "/info ") { - show_user_info(value.substring(6)); + info_show(value.substring(6)); } else { send_mesg("chatt|"+encodeURIComponent(value)); @@ -1045,7 +1045,7 @@ function user_decorator(user, is_real) if (flags != 0) name = ""+user[1]+""; else name = user[1];