X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=1b2ea87304d76e7db993d5737ce8ee93f74595c7;hb=5f93733d86fb682d50b125eda5747b9dc32402ac;hp=63bb79be9201dab50391949b2638d28e48937005;hpb=056cba1fe06db39680272547592467452a2bf768;p=brisk.git diff --git a/web/commons.js b/web/commons.js index 63bb79b..1b2ea87 100644 --- a/web/commons.js +++ b/web/commons.js @@ -322,6 +322,16 @@ function act_help() send_mesg("help"); } +function act_passwdhowto() +{ + send_mesg("passwdhowto"); +} + +function act_mesgtoadm() +{ + send_mesg("mesgtoadm"); +} + function act_tav() { act_chatt('/tav '+$('txt_in').value);