X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=a8220f8f5182cd475a85e4f1caaabf9b29101f8d;hb=ad5edae885f629dc478dfeda167f6fa0db0e1830;hp=efb360ef12244c407ba864d18ffc202e254bc5db;hpb=ab8d1f71caed7bf1a7f02660fb12b28177811ad7;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index efb360e..a8220f8 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -1643,6 +1643,12 @@ class Brisk } } + /* + function info_show($user, $user_login, $dt) + + if success return assoc. array with "ret" => 0 and other fields + else return an assoc. array with "ret: != 0 and "mesg" with an error description + */ function info_show($user, $user_login, $dt) { GLOBAL $G_lang, $mlang_brisk, $G_base; @@ -2078,10 +2084,10 @@ class Brisk } while (0); } // nick chat command else if (strncmp($msg, "/info ", 6) == 0) { - $guar_user = substr($msg, 6); + $info_user = substr($msg, 6); - error_log("here [" . $guar_user."]"); - echo $this->info_show($user, $guar_user, $dt); + error_log("here [" . $info_user."][".escsql(urldecode($info_user)). "]"); + echo $this->info_show($user, urldecode($info_user), $dt); } else if (strncmp($msg, "/st ", 4) == 0) { log_main("chatt_send BEGIN");