]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
tickbutd: act_tav func added
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 4 May 2008 15:29:47 +0000 (15:29 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 4 May 2008 15:29:47 +0000 (15:29 +0000)
web/commons.js

index 3b79ddc1f4f45ed19223c08134e5707e5927ecd5..00298d4750e248c66fec10139b87c279e2939741 100644 (file)
@@ -302,6 +302,12 @@ function act_help()
     send_mesg("help");
 }
 
+function act_tav()
+{
+    act_chatt('/tav '+$('txt_in').value); 
+    $('txt_in').value = '';
+}
+
 function act_about()
 {
     send_mesg("about");