added passwdhowto and mestgoadm functions
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 23 May 2009 09:31:31 +0000 (09:31 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 23 May 2009 09:31:31 +0000 (09:31 +0000)
web/commons.js

index 63bb79b..1b2ea87 100644 (file)
@@ -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);