X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbrisk.phh;h=7d5fea18371b22791edb74d981ff90be2b06a7ef;hb=30395d5065cc3e2d6fdfd3ff8fc9f706135cf5f8;hp=32168dc1801af1168a7f7f89ad8bf4493c0609d4;hpb=5b42d77cdb09b136c0243184e46a43db453ef8ab;p=brisk.git diff --git a/web/brisk.phh b/web/brisk.phh index 32168dc..7d5fea1 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -28,7 +28,7 @@ define(COMM_N, 12); define(COMM_GEN_N, 50); define(SESS_LEN, 13); define(STREAM_TIMEOUT, 20); -define(EXPIRE_TIME, 180); +define(EXPIRE_TIME, 120); define(GARBAGE_TIMEOUT, 30); define(NICKSERV, "SERVER"); define(BRISK_DEBUG, FALSE); @@ -552,7 +552,7 @@ class brisco { } $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; "; - $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('chatt_sub("%s",\'%s\');', + $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('chatt_sub("%s","%s");', $dt.xcape($user->name), xcape($user_mesg)); $user_cur->step++; }