X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_wr.php;h=5f901f51a8f12e485b24c7406949a22938fc6f48;hb=6fb4f4de68dd526e7db17fccec3984c1dccb6b5f;hp=5a1eb884fa75256edfa5d7c8e0af8ea1c7a7526a;hpb=3199198b5763dc2836fde80b9a09b62daa0b518d;p=brisk.git diff --git a/web/index_wr.php b/web/index_wr.php index 5a1eb88..5f901f5 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -62,7 +62,15 @@ if ($argz[0] == 'shutdown') { else if ($user->stat == 'room') { if ($argz[0] == 'help') { $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; - $user->comm[$user->step % COMM_N] .= show_notify("bottom", $G_room_help, 0, "torna ai tavoli"); + $user->comm[$user->step % COMM_N] .= show_notify(str_replace("\n", " ", $G_room_help), 0, "torna ai tavoli", 600, 500); + + log_wr($sess, $user->comm[$user->step % COMM_N]); + $user->step++; + + } + else if ($argz[0] == 'about') { + $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; + $user->comm[$user->step % COMM_N] .= show_notify(str_replace("\n", " ", $G_room_about), 0, "torna ai tavoli", 400, 200); log_wr($sess, $user->comm[$user->step % COMM_N]); $user->step++;