X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcommons.js;h=f0ea078285bce1f6d60f5991739c395ee393173d;hb=2a82f64f7c99c99b0c38fa2911ddfda0b6609ae7;hp=94de8324c35d886cf03dc376c59f17980d2ec71d;hpb=916634c4a14e890b67d7db91a9ec8477392fd3b6;p=brisk.git diff --git a/web/commons.js b/web/commons.js index 94de832..f0ea078 100644 --- a/web/commons.js +++ b/web/commons.js @@ -329,6 +329,11 @@ function act_chatt(value) } /* Stat: ROOM */ +function act_ping() +{ + send_mesg("ping"); +} + function act_sitdown(table) { send_mesg("sitdown|"+table);