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 3b79ddc..00298d4 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");