X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;fp=web%2Fcommons.js;h=f0ea078285bce1f6d60f5991739c395ee393173d;hb=8ef84c5d0813096c4cc6cd05e3f213118ba8a33b;hp=94de8324c35d886cf03dc376c59f17980d2ec71d;hpb=64168bc6e7d5cfe46ac0120bb7b449b5d5f37c1b;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);