From: Matteo Nastasi (mop) Date: Sat, 23 May 2009 09:31:31 +0000 (+0000) Subject: added passwdhowto and mestgoadm functions X-Git-Tag: 3.0.0~120 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=5f93733d86fb682d50b125eda5747b9dc32402ac added passwdhowto and mestgoadm functions --- 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);