From 5f93733d86fb682d50b125eda5747b9dc32402ac Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 23 May 2009 09:31:31 +0000 Subject: [PATCH] added passwdhowto and mestgoadm functions --- web/commons.js | 10 ++++++++++ 1 file changed, 10 insertions(+) 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); -- 2.17.1