]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 63bb79be9201dab50391949b2638d28e48937005..1b2ea87304d76e7db993d5737ce8ee93f74595c7 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);