X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=7dcf92225a2630f9f6805e31a541eb6d32ac142f;hb=2a36c945e6c9107f400dfb24d57c682f1c7f49e2;hp=463169decd6e330ab19a113ff672054b25646108;hpb=d484aecb2d4013bdae38437a7edea4877261d96b;p=brisk.git diff --git a/web/commons.js b/web/commons.js index 463169d..7dcf922 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)); @@ -1043,12 +1043,14 @@ function user_decorator(user, is_real) } } - if (flags != 0) + if (flags != 0) { name = ""+user[1]+""; - else + (is_real && (flags & 0xfffffe && ((flags & 0x01) == 0)) ? "id_usr" : "") + + "'>" + user[1] + ""; + } + else { name = user[1]; + } return (name); }