X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=ce5d106a189896b584cd32f9c59cd3a2b382ef1d;hp=efb360ef12244c407ba864d18ffc202e254bc5db;hb=5cf7309d9937fba5b9b97c3bf0d7c6ca2db1e4df;hpb=fba998349f6e71d4305a933f0725a1cb1b7e24cc diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index efb360e..ce5d106 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2078,10 +2078,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");